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
 //


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to