[clang-tools-extra] [clangd] [C++20] [Modules] Support code complete for C++20 modules (PR #110083)

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 26 05:21:52 PDT 2024


================
@@ -402,6 +402,46 @@ import A;
   EXPECT_TRUE(D.isFromASTFile());
 }
 
+// An end to end test for code complete in modules
+TEST_F(PrerequisiteModulesTests, CodeCompleteTest) {
----------------
kadircet wrote:

can you also add a test for signature help?

https://github.com/llvm/llvm-project/pull/110083


More information about the cfe-commits mailing list