summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd
diff options
context:
space:
mode:
authorKadir Cetinkaya <kadircet@google.com>2019-10-15 14:59:08 +0000
committerKadir Cetinkaya <kadircet@google.com>2019-10-15 14:59:08 +0000
commitb18170660e726cc97caa35cb0c406db184d4a8a2 (patch)
tree0fa27b4656581a17eba65e53eb55f66f01fcf237 /clang-tools-extra/clangd
parentae8e69ecd0c756ea9ae69f4096027be3a36ea578 (diff)
downloadbcm5719-llvm-b18170660e726cc97caa35cb0c406db184d4a8a2.tar.gz
bcm5719-llvm-b18170660e726cc97caa35cb0c406db184d4a8a2.zip
[clangd][NFC] Update comments to use triple-slashes
llvm-svn: 374901
Diffstat (limited to 'clang-tools-extra/clangd')
-rw-r--r--clang-tools-extra/clangd/ClangdLSPServer.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/clang-tools-extra/clangd/ClangdLSPServer.h b/clang-tools-extra/clangd/ClangdLSPServer.h
index 850da9813fa..dbd90064537 100644
--- a/clang-tools-extra/clangd/ClangdLSPServer.h
+++ b/clang-tools-extra/clangd/ClangdLSPServer.h
@@ -132,9 +132,10 @@ private:
void publishDiagnostics(const URIForFile &File,
std::vector<clangd::Diagnostic> Diagnostics);
- // Since initialization of CDBs and ClangdServer is done lazily, the following
- // context captures the one used while creating ClangdLSPServer and passes it
- // to above mentioned object instances to make sure they share the same state.
+ /// Since initialization of CDBs and ClangdServer is done lazily, the
+ /// following context captures the one used while creating ClangdLSPServer and
+ /// passes it to above mentioned object instances to make sure they share the
+ /// same state.
Context BackgroundContext;
/// Used to indicate that the 'shutdown' request was received from the
OpenPOWER on IntegriCloud