[clang-tools-extra] [clangd][modules] Support go-to-definition on module imports (PR #219839)
Aleksandr Platonov via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 4 06:31:24 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());
----------------
ArcsinX wrote:
Got it. I think we can remove this line then
https://github.com/llvm/llvm-project/pull/219839
More information about the cfe-commits
mailing list