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

References

tools/clang/tools/extra/clang-tidy/cert/CERTTidyModule.cpp
   41     CheckFactories.registerCheck<PostfixOperatorCheck>(
   43     CheckFactories.registerCheck<VariadicFunctionDefCheck>("cert-dcl50-cpp");
   44     CheckFactories.registerCheck<misc::NewDeleteOverloadsCheck>(
   46     CheckFactories.registerCheck<DontModifyStdNamespaceCheck>(
   48     CheckFactories.registerCheck<google::build::UnnamedNamespaceInHeaderCheck>(
   51     CheckFactories.registerCheck<performance::MoveConstructorInitCheck>(
   53     CheckFactories.registerCheck<bugprone::UnhandledSelfAssignmentCheck>(
   56     CheckFactories.registerCheck<misc::ThrowByValueCatchByReferenceCheck>(
   58     CheckFactories.registerCheck<SetLongJmpCheck>("cert-err52-cpp");
   59     CheckFactories.registerCheck<StaticObjectExceptionCheck>("cert-err58-cpp");
   60     CheckFactories.registerCheck<ThrownExceptionTypeCheck>("cert-err60-cpp");
   61     CheckFactories.registerCheck<misc::ThrowByValueCatchByReferenceCheck>(
   64     CheckFactories.registerCheck<LimitedRandomnessCheck>("cert-msc50-cpp");
   65     CheckFactories.registerCheck<ProperlySeededRandomGeneratorCheck>(
   70     CheckFactories.registerCheck<misc::StaticAssertCheck>("cert-dcl03-c");
   71     CheckFactories.registerCheck<readability::UppercaseLiteralSuffixCheck>(
   74     CheckFactories.registerCheck<CommandProcessorCheck>("cert-env33-c");
   76     CheckFactories.registerCheck<FloatLoopCounter>("cert-flp30-c");
   78     CheckFactories.registerCheck<misc::NonCopyableObjectsCheck>("cert-fio38-c");
   80     CheckFactories.registerCheck<StrToNumCheck>("cert-err34-c");
   82     CheckFactories.registerCheck<LimitedRandomnessCheck>("cert-msc30-c");
   83     CheckFactories.registerCheck<ProperlySeededRandomGeneratorCheck>(