jcsxky wrote:

> Does this work on the following code?
> 
> ```
>      struct A {
>         enum { E1,E2 } x;
>         enum { E3,E4 } y;
>       };
> ```

I have updated testcase according to your suggestion to demonstrate this 
solution works correctly on the testcase above.

https://github.com/llvm/llvm-project/pull/93923
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to