rsmith added inline comments.

================
Comment at: clang/include/clang/AST/RecursiveASTVisitor.h:2040
+      /* Traverse base definition for explicit specializations */              
\
+      TRY_TO(Traverse##DECLKIND##Helper(D));                                   
\
+    } else {                                                                   
\
----------------
This should be done automatically by the `WalkUpFrom*` implementation, not 
here. Do you know why that's not happening?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126757

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

Reply via email to