================
@@ -42,7 +42,23 @@ int func3() {
int func4() {
// TODO (&A::foo)(
- (&A::bar)(
+ (&A::bar)()
}
----------------
MythreyaK wrote:Renamed this file from `skip-explicit-object-parameter.cpp` to `cpp23-explicit-object.cpp` and added the test here, instead of creating a new file. https://github.com/llvm/llvm-project/pull/153760 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
