Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DRedundantBranchConditionCheck.h23 class RedundantBranchConditionCheck : public ClangTidyCheck {
25 RedundantBranchConditionCheck(StringRef Name, ClangTidyContext *Context) in RedundantBranchConditionCheck() function
H A DRedundantBranchConditionCheck.cpp44 void RedundantBranchConditionCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
75 void RedundantBranchConditionCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt39 RedundantBranchConditionCheck.cpp
H A DBugproneTidyModule.cpp135 CheckFactories.registerCheck<RedundantBranchConditionCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn51 "RedundantBranchConditionCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt925 clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.h