[clang] [clang] Inject IndirectFieldDecl even if name conflicts. (PR #153140)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 14 06:19:47 PDT 2025


================
@@ -5494,55 +5494,62 @@ InjectAnonymousStructOrUnionMembers(Sema &SemaRef, Scope *S, DeclContext *Owner,
                                     RecordDecl *AnonRecord, AccessSpecifier AS,
                                     StorageClass SC,
                                     SmallVectorImpl<NamedDecl *> &Chaining) {
+
----------------
erichkeane wrote:

unrelated change.

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


More information about the cfe-commits mailing list