[clang-tools-extra] [clangd] [Modules] Support Reusable Modules Builder (PR #106683)

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 2 08:09:02 PDT 2024


================
@@ -482,6 +482,42 @@ void func() {
   EXPECT_EQ(Result.signatures[0].parameters[0].labelString, "int a");
 }
 
+TEST_F(PrerequisiteModulesTests, ReusablePrerequisiteModulesTest) {
----------------
kadircet wrote:

can you also add some tests demonstrating behavior in presence of stale cache entries?

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


More information about the cfe-commits mailing list