lebedev.ri added inline comments.

================
Comment at: clang-tidy/cppcoreguidelines/AvoidGotoCheck.cpp:20
+
+AST_MATCHER(GotoStmt, isForwardJumping) {
+
----------------
It would be nice to have it in standard ASTMatchers, i believe it will be 
useful for `else-after-return` check.
Though the ASTMatchers are stuck due to the doc-dumping script being 'broken' 
(see D41455)


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D41815



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to