[clang] [Clang] [NFC] Introduce `ConstDynamicRecursiveASTVisitor` (PR #122991)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 15 09:19:29 PST 2025


Sirraide wrote:

And in the case of `TraverseLambdaCapture` specifically, only 2 parameters need to be `const_cast`, since the `const LambdaCapture *` is already `const` in the RAV implementation.

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


More information about the cfe-commits mailing list