[clang-tools-extra] r372074 - [clangd] Remove stale comment. NFC
Ilya Biryukov via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 16 23:49:51 PDT 2019
Author: ibiryukov
Date: Mon Sep 16 23:49:50 2019
New Revision: 372074
URL: http://llvm.org/viewvc/llvm-project?rev=372074&view=rev
Log:
[clangd] Remove stale 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=372074&r1=372073&r2=372074&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/ClangdServer.h (original)
+++ clang-tools-extra/trunk/clangd/ClangdServer.h Mon Sep 16 23:49:50 2019
@@ -51,8 +51,6 @@ public:
virtual void onFileUpdated(PathRef File, const TUStatus &Status){};
/// Called by ClangdServer when some \p Highlightings for \p File are ready.
- /// \p NumLines are the number of lines in the file where the highlightings
- /// where generated from.
virtual void
onHighlightingsReady(PathRef File,
std::vector<HighlightingToken> Highlightings) {}
More information about the cfe-commits
mailing list