[clang] [clang-tools-extra] [clang] Improve nested name specifier AST representation (PR #147835)

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 13 12:57:27 PDT 2025


mizvekov wrote:

If you want to avoid traversal of NNSes, why don't you just override TraverseNestedNameSpecifier{,Loc} with no-ops?
I think that's the intended way to do it.

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


More information about the cfe-commits mailing list