Searched refs:RedundantBranchConditionCheck (Results 1 – 5 of 5) sorted by relevance
23 class RedundantBranchConditionCheck : public ClangTidyCheck {25 RedundantBranchConditionCheck(StringRef Name, ClangTidyContext *Context) in RedundantBranchConditionCheck() function
38 void RedundantBranchConditionCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()66 void RedundantBranchConditionCheck::check(const MatchFinder::MatchResult &Result) { in check()
36 RedundantBranchConditionCheck.cpp
124 CheckFactories.registerCheck<RedundantBranchConditionCheck>( in addCheckFactories()
46 "RedundantBranchConditionCheck.cpp",