[clang] [clang-tools-extra] [clang] Include explicit object methods in overload suggestions (PR #154041)
Mythreya Kuricheti via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 17 15:54:36 PDT 2025
================
@@ -4473,6 +4473,125 @@ TEST(CompletionTest, SkipExplicitObjectParameter) {
snippetSuffix(""))));
}
}
+
+TEST(CompletionTest, ListExplicitObjectOverloads) {
----------------
MythreyaK wrote:
Test slightly modified from example that @zwuis originally shared in the ticket.
Happy to change or update!
https://github.com/llvm/llvm-project/pull/154041
More information about the cfe-commits
mailing list