ojhunt wrote:
> I can technically write testcases that are affected by this patch:
>
> ```
> template<int x> struct A {
> static const int xx = 0;
> void f(decltype(*(int(*)[xx])0));
> void f(decltype(*(int(*)[*&xx])0));
> };
> ```
>
> That said, I can't come up with any way to cause a practical issue.
What is the actual change in the above? (just a question of curiousity)
https://github.com/llvm/llvm-project/pull/211706
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits