Xazax-hun wrote:

Could we have some tests with C++23's explicit object parameter?

Like:
```
  struct C { void f(this const C &); void g(this C &); };
  - Name: f
    Where: { Object: { Const: false, Ref: none } }
    SwiftName: fMatchedAsNonConstUnqualified()
  - Name: g
    Where: { Object: { Ref: lvalue } } 
    SwiftName: gMatchedAsLValue()
 ```

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

Reply via email to