File tree 3 files changed +3
-0
lines changed
clang/include/clang/Tooling/Inclusions
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 21
21
#include " llvm/Support/raw_ostream.h"
22
22
#include < optional>
23
23
#include < string>
24
+ #include < vector>
24
25
25
26
namespace clang {
26
27
class Decl ;
Original file line number Diff line number Diff line change 16
16
#include " llvm/ADT/STLFunctionalExtras.h"
17
17
#include " llvm/Analysis/CallGraph.h"
18
18
#include " llvm/Support/ScaledNumber.h"
19
+ #include < vector>
19
20
20
21
namespace llvm {
21
22
Original file line number Diff line number Diff line change 18
18
#ifndef LLVM_TRANSFORMS_INSTCOMBINE_INSTCOMBINER_H
19
19
#define LLVM_TRANSFORMS_INSTCOMBINE_INSTCOMBINER_H
20
20
21
+ #include " llvm/ADT/PostOrderIterator.h"
21
22
#include " llvm/Analysis/DomConditionCache.h"
22
23
#include " llvm/Analysis/InstructionSimplify.h"
23
24
#include " llvm/Analysis/TargetFolder.h"
You can’t perform that action at this time.
0 commit comments