File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
clang/include/clang/Tooling/Inclusions Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 2121#include " llvm/Support/raw_ostream.h"
2222#include < optional>
2323#include < string>
24+ #include < vector>
2425
2526namespace clang {
2627class Decl ;
Original file line number Diff line number Diff line change 1616#include " llvm/ADT/STLFunctionalExtras.h"
1717#include " llvm/Analysis/CallGraph.h"
1818#include " llvm/Support/ScaledNumber.h"
19+ #include < vector>
1920
2021namespace llvm {
2122
Original file line number Diff line number Diff line change 1818#ifndef LLVM_TRANSFORMS_INSTCOMBINE_INSTCOMBINER_H
1919#define LLVM_TRANSFORMS_INSTCOMBINE_INSTCOMBINER_H
2020
21+ #include " llvm/ADT/PostOrderIterator.h"
2122#include " llvm/Analysis/DomConditionCache.h"
2223#include " llvm/Analysis/InstructionSimplify.h"
2324#include " llvm/Analysis/TargetFolder.h"
You can’t perform that action at this time.
0 commit comments