clang-tools
3.9.0
|
#include "DeprecatedHeadersCheck.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Lex/PPCallbacks.h"
#include "clang/Lex/Preprocessor.h"
#include "llvm/ADT/StringMap.h"
#include <vector>
Go to the source code of this file.
Namespaces | |
clang | |
-rename | |
clang::tidy | |
clang::tidy::modernize | |
ClangTidyCheck& Check |
Definition at line 35 of file DeprecatedHeadersCheck.cpp.
llvm::StringMap<std::string> CStyledHeaderToCxx |
Definition at line 37 of file DeprecatedHeadersCheck.cpp.
LangOptions LangOpts |
Definition at line 36 of file DeprecatedHeadersCheck.cpp.