Skip to content

Commit 40570f9

Browse files
[clang-tidy] Apply suggestions from code review
1 parent 117eb01 commit 40570f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang-tools-extra/clang-tidy/bugprone/InconsistentIfelseBracesCheck.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ class InconsistentIfelseBracesCheck : public ClangTidyCheck {
2424
: ClangTidyCheck(Name, Context) {}
2525
void registerMatchers(ast_matchers::MatchFinder *Finder) override;
2626
void check(const ast_matchers::MatchFinder::MatchResult &Result) override;
27-
bool isLanguageVersionSupported(const LangOptions &LangOpts) const override {
28-
return LangOpts.CPlusPlus;
29-
}
3027

3128
private:
3229
void checkIfStmt(const ast_matchers::MatchFinder::MatchResult &Result,

0 commit comments

Comments
 (0)