mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-19 15:10:47 +00:00
Add missing headers to adapt llvmorg-11-init-5501-g213aea4c583 and llvmorg-11-init-5528-gd7c5037e6b9
This commit is contained in:
parent
41e7d6a79c
commit
5a08ff99e6
@ -12,6 +12,7 @@
|
||||
#include <clang/Driver/Driver.h>
|
||||
#include <clang/Driver/Tool.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/Frontend/MultiplexConsumer.h>
|
||||
#include <clang/Index/IndexDataConsumer.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