Searched refs:RedundantBranchConditionCheck (Results 1 – 6 of 6) sorted by relevance
23 class RedundantBranchConditionCheck : public ClangTidyCheck {25 RedundantBranchConditionCheck(StringRef Name, ClangTidyContext *Context) in RedundantBranchConditionCheck() function
44 void RedundantBranchConditionCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()75 void RedundantBranchConditionCheck::check(const MatchFinder::MatchResult &Result) { in check()
39 RedundantBranchConditionCheck.cpp
135 CheckFactories.registerCheck<RedundantBranchConditionCheck>( in addCheckFactories()
51 "RedundantBranchConditionCheck.cpp",
925 clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.h