File tree Expand file tree Collapse file tree 5 files changed +0
-12
lines changed Expand file tree Collapse file tree 5 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 26
26
#include " llvm/ADT/SmallString.h"
27
27
#include " llvm/ADT/SmallVector.h"
28
28
#include " llvm/ADT/StringRef.h"
29
- #include " llvm/Support/Casting.h"
30
29
#include " llvm/Support/ErrorHandling.h"
31
- #include " llvm/Support/ManagedStatic.h"
32
30
#include " llvm/Support/Regex.h"
33
31
#include " llvm/Support/WithColor.h"
34
32
#include " llvm/Support/raw_ostream.h"
35
- #include < algorithm>
36
33
#include < cassert>
37
34
#include < cstddef>
38
35
#include < optional>
Original file line number Diff line number Diff line change 19
19
#include " llvm/ADT/StringRef.h"
20
20
#include " llvm/Support/ErrorHandling.h"
21
21
#include " llvm/Support/ManagedStatic.h"
22
- #include < algorithm>
23
22
#include < cassert>
24
23
#include < cerrno>
25
24
#include < cstddef>
Original file line number Diff line number Diff line change 17
17
#include " clang/ASTMatchers/ASTMatchers.h"
18
18
#include " clang/ASTMatchers/Dynamic/Diagnostics.h"
19
19
#include " clang/ASTMatchers/Dynamic/VariantValue.h"
20
- #include " llvm/ADT/STLExtras.h"
21
20
#include " llvm/ADT/StringMap.h"
22
21
#include " llvm/ADT/StringRef.h"
23
22
#include " llvm/Support/ManagedStatic.h"
24
23
#include " llvm/Support/raw_ostream.h"
25
24
#include < cassert>
26
- #include < iterator>
27
25
#include < memory>
28
26
#include < optional>
29
27
#include < set>
Original file line number Diff line number Diff line change 13
13
14
14
#include " clang/ASTMatchers/Dynamic/VariantValue.h"
15
15
#include " clang/Basic/LLVM.h"
16
- #include " llvm/ADT/STLExtras.h"
17
16
#include < optional>
18
17
19
18
namespace clang {
Original file line number Diff line number Diff line change 16
16
// ===----------------------------------------------------------------------===//
17
17
18
18
#include " clang/ASTMatchers/GtestMatchers.h"
19
- #include " clang/AST/ASTConsumer.h"
20
- #include " clang/AST/ASTContext.h"
21
- #include " clang/AST/RecursiveASTVisitor.h"
22
- #include " clang/ASTMatchers/ASTMatchFinder.h"
23
- #include " llvm/ADT/DenseMap.h"
24
19
#include " llvm/ADT/StringRef.h"
25
20
26
21
namespace clang {
You can’t perform that action at this time.
0 commit comments