reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/google/GoogleTidyModule.cpp
   42     CheckFactories.registerCheck<build::ExplicitMakePairCheck>(
   44     CheckFactories.registerCheck<build::UnnamedNamespaceInHeaderCheck>(
   46     CheckFactories.registerCheck<build::UsingNamespaceDirectiveCheck>(
   48     CheckFactories.registerCheck<DefaultArgumentsCheck>(
   50     CheckFactories.registerCheck<ExplicitConstructorCheck>(
   52     CheckFactories.registerCheck<readability::GlobalNamesInHeadersCheck>(
   54     CheckFactories.registerCheck<objc::AvoidNSObjectNewCheck>(
   56     CheckFactories.registerCheck<objc::AvoidThrowingObjCExceptionCheck>(
   58     CheckFactories.registerCheck<objc::FunctionNamingCheck>(
   60     CheckFactories.registerCheck<objc::GlobalVariableDeclarationCheck>(
   62     CheckFactories.registerCheck<runtime::IntegerTypesCheck>(
   64     CheckFactories.registerCheck<runtime::OverloadedUnaryAndCheck>(
   66     CheckFactories.registerCheck<runtime::NonConstReferences>(
   68     CheckFactories
   71     CheckFactories.registerCheck<readability::AvoidCStyleCastsCheck>(
   73     CheckFactories.registerCheck<readability::TodoCommentCheck>(
   75     CheckFactories
   78     CheckFactories.registerCheck<clang::tidy::readability::FunctionSizeCheck>(
   80     CheckFactories
   83     CheckFactories.registerCheck<UpgradeGoogletestCaseCheck>(