[clang] [clang-tools-extra] [clang] Improve nested name specifier AST representation (PR #147835)
Matheus Izvekov via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 9 18:04:41 PDT 2025
mizvekov wrote:
Yeah, all except one user of `getLocalSourceRange` expected the behavior to be what it is now.
I propose adding a note about this in the documentation, add a new helper which does what `getLocalSourceRange` used to do, and migrate the single existing user to use that.
https://github.com/llvm/llvm-project/pull/147835
More information about the cfe-commits
mailing list