[clang-tools-extra] r338260 - [clangd] Remove outdated comment. NFC
Ilya Biryukov via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 30 08:55:13 PDT 2018
Author: ibiryukov
Date: Mon Jul 30 08:55:13 2018
New Revision: 338260
URL: http://llvm.org/viewvc/llvm-project?rev=338260&view=rev
Log:
[clangd] Remove outdated comment. NFC
Modified:
clang-tools-extra/trunk/clangd/ClangdServer.h
Modified: clang-tools-extra/trunk/clangd/ClangdServer.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/ClangdServer.h?rev=338260&r1=338259&r2=338260&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/ClangdServer.h (original)
+++ clang-tools-extra/trunk/clangd/ClangdServer.h Mon Jul 30 08:55:13 2018
@@ -107,8 +107,6 @@ public:
/// \p File is already tracked. Also schedules parsing of the AST for it on a
/// separate thread. When the parsing is complete, DiagConsumer passed in
/// constructor will receive onDiagnosticsReady callback.
- /// When \p SkipCache is true, compile commands will always be requested from
- /// compilation database even if they were cached in previous invocations.
void addDocument(PathRef File, StringRef Contents,
WantDiagnostics WD = WantDiagnostics::Auto);
More information about the cfe-commits
mailing list