clang-tools
4.0.0
|
#include "../ClangTidy.h"
#include "../ClangTidyModule.h"
#include "../ClangTidyModuleRegistry.h"
#include "FasterStringFindCheck.h"
#include "ForRangeCopyCheck.h"
#include "ImplicitCastInLoopCheck.h"
#include "InefficientStringConcatenationCheck.h"
#include "TypePromotionInMathFnCheck.h"
#include "UnnecessaryCopyInitialization.h"
#include "UnnecessaryValueParamCheck.h"
Go to the source code of this file.
Classes | |
class | clang::tidy::performance::PerformanceModule |
Namespaces | |
clang | |
-rename | |
clang::tidy | |
clang::tidy::performance | |
Functions | |
static ClangTidyModuleRegistry::Add < PerformanceModule > | clang::tidy::performance::X ("performance-module","Adds performance checks.") |
Variables | |
volatile int | clang::tidy::PerformanceModuleAnchorSource = 0 |