forked from OSchip/llvm-project
Reland "[clangd] Adapt file migration in r332720"
This reverts commit r332752 (i.e. reland r332721). llvm-svn: 333533
This commit is contained in:
parent
4f20e9de0a
commit
46fdee75e7
|
@ -56,6 +56,7 @@ add_clang_library(clangDaemon
|
|||
clangSerialization
|
||||
clangTooling
|
||||
clangToolingCore
|
||||
clangToolingInclusions
|
||||
clangToolingRefactor
|
||||
${LLVM_PTHREAD_LIB}
|
||||
${CLANGD_ATOMIC_LIB}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include "clang/Format/Format.h"
|
||||
#include "clang/Lex/HeaderSearch.h"
|
||||
#include "clang/Lex/PPCallbacks.h"
|
||||
#include "clang/Tooling/Core/HeaderIncludes.h"
|
||||
#include "clang/Tooling/Inclusions/HeaderIncludes.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/ADT/StringSet.h"
|
||||
#include "llvm/Support/Error.h"
|
||||
|
|
Loading…
Reference in New Issue