forked from OSchip/llvm-project
[clangd] Rename ClangDMain.cpp -> ClangdMain.cpp, NFC
llvm-svn: 300077
This commit is contained in:
parent
14104e0d0f
commit
95ef171797
|
@ -1,6 +1,6 @@
|
|||
add_clang_executable(clangd
|
||||
ASTManager.cpp
|
||||
ClangDMain.cpp
|
||||
ClangdMain.cpp
|
||||
JSONRPCDispatcher.cpp
|
||||
Protocol.cpp
|
||||
ProtocolHandlers.cpp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- ClangDMain.cpp - clangd server loop ------------------------------===//
|
||||
//===--- ClangdMain.cpp - clangd server loop ------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
Loading…
Reference in New Issue