clang-tools  3.8.0
Namespaces | Variables
MakeUniqueCheck.cpp File Reference
#include "MakeUniqueCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Lex/Lexer.h"
Include dependency graph for MakeUniqueCheck.cpp:

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"