Sirraide wrote:
Actually, I meant this of course:
```c++
int a() {}
struct A { friend int a() = delete; };
struct B { friend int b() {} };
struct C { friend int b() = delete; };
```https://github.com/llvm/llvm-project/pull/136717 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
