Awesome! Thanks for the fix!

================
Comment at: clang-tidy/readability/BracesAroundStatementsCheck.h:46
@@ -45,3 +45,3 @@
 private:
-  void checkStmt(const ast_matchers::MatchFinder::MatchResult &Result,
+  bool checkStmt(const ast_matchers::MatchFinder::MatchResult &Result,
                  const Stmt *S, SourceLocation StartLoc,
----------------
Maybe add a comment describing the meaning of the return value?

http://reviews.llvm.org/D8708

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to