Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUnhandledExceptionAtNewCheck.cpp42 UnhandledExceptionAtNewCheck::UnhandledExceptionAtNewCheck( in UnhandledExceptionAtNewCheck() function in clang::tidy::bugprone::UnhandledExceptionAtNewCheck
46 void UnhandledExceptionAtNewCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
68 void UnhandledExceptionAtNewCheck::check( in check()
H A DUnhandledExceptionAtNewCheck.h23 class UnhandledExceptionAtNewCheck : public ClangTidyCheck {
25 UnhandledExceptionAtNewCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt66 UnhandledExceptionAtNewCheck.cpp
H A DBugproneTidyModule.cpp196 CheckFactories.registerCheck<UnhandledExceptionAtNewCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn78 "UnhandledExceptionAtNewCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt969 clang-tools-extra/clang-tidy/bugprone/UnhandledExceptionAtNewCheck.cpp
970 clang-tools-extra/clang-tidy/bugprone/UnhandledExceptionAtNewCheck.h