Home
last modified time | relevance | path

Searched refs:StaticObjectExceptionCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DStaticObjectExceptionCheck.h23 class StaticObjectExceptionCheck : public ClangTidyCheck {
25 StaticObjectExceptionCheck(StringRef Name, ClangTidyContext *Context) in StaticObjectExceptionCheck() function
H A DStaticObjectExceptionCheck.cpp20 void StaticObjectExceptionCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
40 void StaticObjectExceptionCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt18 StaticObjectExceptionCheck.cpp
H A DCERTTidyModule.cpp257 CheckFactories.registerCheck<StaticObjectExceptionCheck>("cert-err58-cpp"); in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/
H A DBUILD.gn29 "StaticObjectExceptionCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1000 clang-tools-extra/clang-tidy/cert/StaticObjectExceptionCheck.cpp
1001 clang-tools-extra/clang-tidy/cert/StaticObjectExceptionCheck.h