[clang] [clang][Sema] Don't mark VarDecls of bindings in tuple-like decompositions as implicit (PR #100355)

Shafik Yaghmour via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 24 14:59:25 PDT 2024


shafik wrote:

> The structure of the AST is not stable but whoever change is would have to fix the code anyway as it's all the same project so it's a non-issue (as long as you add sufficient test coverage)

I agree relying on the AST is fine w/ sufficient testing.


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


More information about the cfe-commits mailing list