[clang] [clang] Adds a RecursiveASTEnterExitVisitor data type (PR #136136)

via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 17 08:25:41 PDT 2025


Sirraide wrote:

Moreover, this functionality is already available for `Stmt`s in `(Dynamic)RecursiveASTVisitor` in the form of `dataTraverseStmtPre()`/`dataTraverseStmtPost()`.

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


More information about the cfe-commits mailing list