[PATCH] D125167: [WIP] Fix member access of anonymous struct/union fields in C

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 7 08:39:17 PDT 2022


aaron.ballman added a comment.

I'm marking this as a WIP -- the content is ready to go, but I'm no longer convinced we want to implement this for GCC compatibility as GCC is the only C compiler I can find that cares about the qualifiers: https://godbolt.org/z/hTqY8zMb5


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125167/new/

https://reviews.llvm.org/D125167



More information about the cfe-commits mailing list