gribozavr2 added inline comments.

================
Comment at: clang/include/clang/AST/RecursiveASTVisitor.h:416
+    if (!Queue && getDerived().shouldTraversePostOrder())                      
\
+      TRY_TO(WalkUpFromUnary##NAME(S));                                        
\
     return true;                                                               
\
----------------
As a review aid, compare the implementation of this function with the 
definition of the DEF_TRAVERSE_STMT macro.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82889/new/

https://reviews.llvm.org/D82889



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

Reply via email to