Skip to content

Commit 450d4eb

Browse files
committed
Additional DiagnosticsEngine fix in clang-tools-extra.
1 parent 5833e5a commit 450d4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clangd/Preamble.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ buildPreamble(PathRef FileName, CompilerInvocation CI,
659659
WallTimer PreambleTimer;
660660
PreambleTimer.startTimer();
661661
auto BuiltPreamble = PrecompiledPreamble::Build(
662-
CI, ContentsBuffer.get(), Bounds, *PreambleDiagsEngine,
662+
CI, ContentsBuffer.get(), Bounds, PreambleDiagsEngine,
663663
Stats ? TimedFS : StatCacheFS, std::make_shared<PCHContainerOperations>(),
664664
StoreInMemory, /*StoragePath=*/"", CapturedInfo);
665665

0 commit comments

Comments
 (0)