summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2018-07-30 15:55:13 +0000
committerIlya Biryukov <ibiryukov@google.com>2018-07-30 15:55:13 +0000
commit074a8b305ae6d468c43264608f7b1c8e932c1b2c (patch)
tree3d7b87434d60e84e3062ae74e8173b009c83d0e2
parent19874c05bf8ced0e0d45e229b5c9a5d058432caf (diff)
[clangd] Remove outdated comment. NFC
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@338260 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--clangd/ClangdServer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/clangd/ClangdServer.h b/clangd/ClangdServer.h
index d5351924..745f8c30 100644
--- a/clangd/ClangdServer.h
+++ b/clangd/ClangdServer.h
@@ -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);