Author: rksimon Date: Wed Sep 26 02:02:45 2018 New Revision: 343083 URL: http://llvm.org/viewvc/llvm-project?rev=343083&view=rev Log: Removed extra semicolon to fix Wpedantic. (NFCI).
Modified: clang-tools-extra/trunk/clangd/index/IndexAction.cpp Modified: clang-tools-extra/trunk/clangd/index/IndexAction.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/index/IndexAction.cpp?rev=343083&r1=343082&r2=343083&view=diff ============================================================================== --- clang-tools-extra/trunk/clangd/index/IndexAction.cpp (original) +++ clang-tools-extra/trunk/clangd/index/IndexAction.cpp Wed Sep 26 02:02:45 2018 @@ -67,7 +67,7 @@ createStaticIndexingAction(SymbolCollect return llvm::make_unique<IndexAction>( std::make_shared<SymbolCollector>(std::move(Opts)), std::move(Includes), IndexOpts, SymbolsCallback); -}; +} } // namespace clangd } // namespace clang _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits