[clang] [clang-tools-extra] [clang] Skip suggesting unqualified members in explicit-object member functions (PR #153760)
Mythreya Kuricheti via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 15 02:31:20 PDT 2025
================
@@ -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
More information about the cfe-commits
mailing list