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

via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 28 03:26:01 PDT 2025


SergejSalnikov wrote:

Should the following example really fail:
```
class A {
  int operator_() const;

  union {
    int operator_;
  };
}
```


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


More information about the cfe-commits mailing list