efriedma-quic 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.

https://github.com/llvm/llvm-project/pull/211706
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to