================ @@ -1073,3 +1073,10 @@ int main() { return foo[]; // expected-error {{no viable overloaded operator[] for type 'Foo'}} } } + +namespace GH100394 { +struct C { + void f(this const C); + void f() const ; // ok +}; ---------------- a-tarasyuk wrote:
@cor3ntin thanks for the additional case, I'll take a look., it seems the current implementation doesn't support it https://compiler-explorer.com/z/TYdvG1PsK https://github.com/llvm/llvm-project/pull/110435 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits