[clang] [clang][AST] Inline StmtVisitor fallback methods (PR #203125)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 6 06:45:51 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
----------------
erichkeane wrote:
Why? Can you share what clang-format is suggesting?
https://github.com/llvm/llvm-project/pull/203125
More information about the cfe-commits
mailing list