Skip to content

Commit

Permalink
Add missing headers to adapt llvmorg-11-init-5501-g213aea4c583 and ll…
Browse files Browse the repository at this point in the history
…vmorg-11-init-5528-gd7c5037e6b9
  • Loading branch information
MaskRay committed Mar 12, 2020
1 parent b0d42ad commit 4808ccb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/clang_tu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/indexer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions src/sema_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4808ccb

Please sign in to comment.