Author: Sam McCall Date: 2020-01-24T16:12:00+01:00 New Revision: 76fa5d50f3d18cc159afe3206e4d69721ae7db07
URL: https://github.com/llvm/llvm-project/commit/76fa5d50f3d18cc159afe3206e4d69721ae7db07 DIFF: https://github.com/llvm/llvm-project/commit/76fa5d50f3d18cc159afe3206e4d69721ae7db07.diff LOG: [clangd] Remove pesky ;. NFC Added: Modified: clang-tools-extra/clangd/ClangdServer.h Removed: ################################################################################ diff --git a/clang-tools-extra/clangd/ClangdServer.h b/clang-tools-extra/clangd/ClangdServer.h index 2bcf5ed775a4..c36a2eb6fb1a 100644 --- a/clang-tools-extra/clangd/ClangdServer.h +++ b/clang-tools-extra/clangd/ClangdServer.h @@ -73,7 +73,7 @@ class ClangdServer { 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. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits