Add missing headers to adapt llvmorg-11-init-5501-g213aea4c583 and llvmorg-11-init-5528-gd7c5037e6b9

This commit is contained in:
Fangrui Song 2020-03-12 08:35:59 -07:00
parent 41e7d6a79c
commit 5a08ff99e6
3 changed files with 3 additions and 0 deletions

View File

@ -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;

View File

@ -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>

View File

@ -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>