[clang] [clang][AST] Inline StmtVisitor fallback methods (PR #203125)

David Zbarsky via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 6 07:19:04 PDT 2026


================
@@ -115,13 +115,16 @@ class StmtVisitorBase {
 
   // If the implementation chooses not to implement a certain visit method, fall
   // back on VisitExpr or whatever else is the superclass.
+  // clang-format off
----------------
dzbarsky wrote:

fair enough, done!

https://github.com/llvm/llvm-project/pull/203125


More information about the cfe-commits mailing list