[clang-tools-extra] r323424 - [clangd] Fixed the file comment of new file. NFC
Ilya Biryukov via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 25 06:30:46 PST 2018
Author: ibiryukov
Date: Thu Jan 25 06:30:46 2018
New Revision: 323424
URL: http://llvm.org/viewvc/llvm-project?rev=323424&view=rev
Log:
[clangd] Fixed the file comment of new file. NFC
Modified:
clang-tools-extra/trunk/clangd/CompileArgsCache.cpp
Modified: clang-tools-extra/trunk/clangd/CompileArgsCache.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/CompileArgsCache.cpp?rev=323424&r1=323423&r2=323424&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/CompileArgsCache.cpp (original)
+++ clang-tools-extra/trunk/clangd/CompileArgsCache.cpp Thu Jan 25 06:30:46 2018
@@ -1,4 +1,4 @@
-//===--- CompileArgsCache.cpp - Main clangd server code ------------------===//
+//===--- CompileArgsCache.cpp --------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
More information about the cfe-commits
mailing list