File tree 2 files changed +5
-1
lines changed
include/clang/Tooling/Inclusions
lib/Tooling/Inclusions/Stdlib
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 15
15
#ifndef LLVM_CLANG_TOOLING_INCLUSIONS_STANDARDLIBRARY_H
16
16
#define LLVM_CLANG_TOOLING_INCLUSIONS_STANDARDLIBRARY_H
17
17
18
- #include " clang/AST/Decl .h"
18
+ #include " llvm/ADT/DenseMap .h"
19
19
#include " llvm/ADT/Optional.h"
20
20
#include " llvm/ADT/StringRef.h"
21
21
#include " llvm/Support/raw_ostream.h"
22
22
#include < string>
23
23
24
24
namespace clang {
25
+ class Decl ;
26
+ class NamespaceDecl ;
27
+ class DeclContext ;
25
28
namespace tooling {
26
29
namespace stdlib {
27
30
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " clang/Tooling/Inclusions/StandardLibrary.h"
10
+ #include " clang/AST/Decl.h"
10
11
#include " llvm/ADT/Optional.h"
11
12
#include " llvm/ADT/StringRef.h"
12
13
#include " llvm/Support/Casting.h"
You can’t perform that action at this time.
0 commit comments