[clangd] Rename ClangDMain.cpp -> ClangdMain.cpp, NFC

llvm-svn: 300077
This commit is contained in:
Krasimir Georgiev 2017-04-12 17:13:08 +00:00
parent 14104e0d0f
commit 95ef171797
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
add_clang_executable(clangd
ASTManager.cpp
ClangDMain.cpp
ClangdMain.cpp
JSONRPCDispatcher.cpp
Protocol.cpp
ProtocolHandlers.cpp

View File

@ -1,4 +1,4 @@
//===--- ClangDMain.cpp - clangd server loop ------------------------------===//
//===--- ClangdMain.cpp - clangd server loop ------------------------------===//
//
// The LLVM Compiler Infrastructure
//