OSDN Git Service

[clangd] Remove pesky ;. NFC
authorSam McCall <sam.mccall@gmail.com>
Fri, 24 Jan 2020 15:12:00 +0000 (16:12 +0100)
committerSam McCall <sam.mccall@gmail.com>
Fri, 24 Jan 2020 15:12:00 +0000 (16:12 +0100)
clang-tools-extra/clangd/ClangdServer.h

index 2bcf5ed..c36a2eb 100644 (file)
@@ -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.