clang-tools
3.8.0
|
#include "MakeUniqueCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Lex/Lexer.h"
Go to the source code of this file.
Namespaces | |
clang | |
clang::tidy | |
clang::tidy::modernize | |
Variables | |
static const char | clang::tidy::modernize::PointerType [] = "pointerType" |
static const char | clang::tidy::modernize::ConstructorCall [] = "constructorCall" |
static const char | clang::tidy::modernize::NewExpression [] = "newExpression" |