[clang-tools-extra] [clangd][modules] Support go-to-definition on module imports (PR #219839)

Berkay Sahin via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 4 06:26:54 PDT 2026


================
@@ -1607,7 +1666,6 @@ struct TypeFromHeader {};
   auto AST = ParsedAST::build(getFullPath("Use.cpp"), Inputs, std::move(CI), {},
                               Preamble);
   ASSERT_TRUE(AST);
-  EXPECT_TRUE(AST->getDiagnostics().empty());
----------------
berkaysahiin wrote:

I have looked at the other tests, but couldn't see something like this, so I thought this would be an overkill, so removed it.

Wdyt ?

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


More information about the cfe-commits mailing list