[clang-tools-extra] r374901 - [clangd][NFC] Update comments to use triple-slashes
Kadir Cetinkaya via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 15 07:59:08 PDT 2019
Author: kadircet
Date: Tue Oct 15 07:59:08 2019
New Revision: 374901
URL: http://llvm.org/viewvc/llvm-project?rev=374901&view=rev
Log:
[clangd][NFC] Update comments to use triple-slashes
Modified:
clang-tools-extra/trunk/clangd/ClangdLSPServer.h
Modified: clang-tools-extra/trunk/clangd/ClangdLSPServer.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/ClangdLSPServer.h?rev=374901&r1=374900&r2=374901&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/ClangdLSPServer.h (original)
+++ clang-tools-extra/trunk/clangd/ClangdLSPServer.h Tue Oct 15 07:59:08 2019
@@ -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
More information about the cfe-commits
mailing list