mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Add missing headers to adapt llvmorg-11-init-5501-g213aea4c583 and llvmorg-11-init-5528-gd7c5037e6b9
This commit is contained in:
parent
b0d42ad8f2
commit
4808ccb32c
@ -8,6 +8,7 @@
|
||||
|
||||
#include <clang/AST/Type.h>
|
||||
#include <clang/Lex/Lexer.h>
|
||||
#include <llvm/Support/Host.h>
|
||||
#include <llvm/Support/Path.h>
|
||||
|
||||
using namespace clang;
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include "sema_manager.hh"
|
||||
|
||||
#include <clang/AST/AST.h>
|
||||
#include <clang/Basic/TargetInfo.h>
|
||||
#include <clang/Frontend/FrontendAction.h>
|
||||
#include <clang/Index/IndexDataConsumer.h>
|
||||
#include <clang/Index/IndexingAction.h>
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include "pipeline.hh"
|
||||
#include "platform.hh"
|
||||
|
||||
#include <clang/Basic/TargetInfo.h>
|
||||
#include <clang/Lex/PreprocessorOptions.h>
|
||||
#include <clang/Sema/CodeCompleteConsumer.h>
|
||||
#include <clang/Sema/Sema.h>
|
||||
|
Loading…
Reference in New Issue
Block a user