[clang] [Clang][Sema] Fix malformed AST for anonymous class access in template. (PR #90842)

via cfe-commits cfe-commits at lists.llvm.org
Tue May 7 01:17:05 PDT 2024


martinboehme wrote:

> Note there is a `BuildAnonymousStructUnionMemberReference`, I am not sure it solves your problem.

Thanks. The issue with this is that it requires an `IndirectFieldDecl` to call it, and that's hard to get at -- see also my response to @zygoloid.

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


More information about the cfe-commits mailing list