OSDN Git Service
(root)
/
android-x86
/
external-llvm-project.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ef1cce
)
[clangd] Remove pesky ;. NFC
author
Sam McCall
<sam.mccall@gmail.com>
Fri, 24 Jan 2020 15:12:00 +0000
(16:12 +0100)
committer
Sam McCall
<sam.mccall@gmail.com>
Fri, 24 Jan 2020 15:12:00 +0000
(16:12 +0100)
clang-tools-extra/clangd/ClangdServer.h
patch
|
blob
|
history
diff --git
a/clang-tools-extra/clangd/ClangdServer.h
b/clang-tools-extra/clangd/ClangdServer.h
index
2bcf5ed
..
c36a2eb
100644
(file)
--- a/
clang-tools-extra/clangd/ClangdServer.h
+++ b/
clang-tools-extra/clangd/ClangdServer.h
@@
-73,7
+73,7
@@
public:
std::vector<Diag> Diagnostics) {}
/// Called whenever the file status is updated.
/// May be called concurrently for separate files, not for a single file.
- virtual void onFileUpdated(PathRef File, const TUStatus &Status)
{};
+ virtual void onFileUpdated(PathRef File, const TUStatus &Status)
{}
/// Called by ClangdServer when some \p Highlightings for \p File are ready.
/// May be called concurrently for separate files, not for a single file.