clang-tools  3.9.0
Classes | Namespaces | Functions | Variables
ClangTidyPlugin.cpp File Reference
#include "../ClangTidy.h"
#include "../ClangTidyModule.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/FrontendPluginRegistry.h"
#include "clang/Frontend/MultiplexConsumer.h"
Include dependency graph for ClangTidyPlugin.cpp:

Go to the source code of this file.

Classes

class  clang::tidy::ClangTidyPluginAction
 The core clang tidy plugin action. More...
 

Namespaces

 clang
 -rename
 
 clang::tidy
 

Functions

static
clang::FrontendPluginRegistry::Add
< clang::tidy::ClangTidyPluginAction
X ("clang-tidy","clang-tidy")
 

Variables

volatile int ClangTidyPluginAnchorSource = 0
 
static int LLVM_ATTRIBUTE_UNUSED clang::tidy::CERTModuleAnchorDestination
 
static int LLVM_ATTRIBUTE_UNUSED clang::tidy::LLVMModuleAnchorDestination
 
static int LLVM_ATTRIBUTE_UNUSED clang::tidy::CppCoreGuidelinesModuleAnchorDestination
 
static int LLVM_ATTRIBUTE_UNUSED clang::tidy::GoogleModuleAnchorDestination
 
static int LLVM_ATTRIBUTE_UNUSED clang::tidy::MiscModuleAnchorDestination
 
static int LLVM_ATTRIBUTE_UNUSED clang::tidy::ModernizeModuleAnchorDestination
 
static int LLVM_ATTRIBUTE_UNUSED clang::tidy::PerformanceModuleAnchorDestination
 
volatile int clang::tidy::ReadabilityModuleAnchorSource = 0
 
static int LLVM_ATTRIBUTE_UNUSED clang::tidy::ReadabilityModuleAnchorDestination
 

Function Documentation

static clang::FrontendPluginRegistry::Add<clang::tidy::ClangTidyPluginAction> X ( "clang-tidy"  ,
"clang-tidy"   
)
static

Variable Documentation

volatile int ClangTidyPluginAnchorSource = 0

Definition at line 73 of file ClangTidyPlugin.cpp.