File tree Expand file tree Collapse file tree 11 files changed +4
-14
lines changed
lldb/include/lldb/Utility Expand file tree Collapse file tree 11 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 10
10
#define LLDB_UTILITY_USERIDRESOLVER_H
11
11
12
12
#include " llvm/ADT/DenseMap.h"
13
- #include " llvm/ADT/Optional.h"
14
13
#include " llvm/ADT/StringRef.h"
15
14
#include < mutex>
16
15
Original file line number Diff line number Diff line change 16
16
#ifndef LLVM_ADT_STLEXTRAS_H
17
17
#define LLVM_ADT_STLEXTRAS_H
18
18
19
+ #include " llvm/ADT/Optional.h"
20
+ #include " llvm/ADT/SmallVector.h"
19
21
#include " llvm/ADT/iterator.h"
20
22
#include " llvm/ADT/iterator_range.h"
21
23
#include " llvm/Config/abi-breaking.h"
40
42
41
43
namespace llvm {
42
44
43
- template <typename T> class Optional ;
44
- template <typename T, unsigned N> class SmallVector ;
45
-
46
45
// Only used by compiler if both template types are the same. Useful when
47
46
// using SFINAE to test for the existence of member functions.
48
47
template <typename T, T> struct SameType ;
Original file line number Diff line number Diff line change 12
12
#ifndef LLVM_ADT_STRINGSWITCH_H
13
13
#define LLVM_ADT_STRINGSWITCH_H
14
14
15
- #include " llvm/ADT/Optional.h"
16
15
#include " llvm/ADT/StringRef.h"
17
16
#include " llvm/Support/Compiler.h"
18
17
#include < cassert>
Original file line number Diff line number Diff line change 10
10
#define LLVM_DEBUGINFO_DWARF_DWARFDEBUGFRAME_H
11
11
12
12
#include " llvm/ADT/ArrayRef.h"
13
- #include " llvm/ADT/Optional .h"
13
+ #include " llvm/ADT/iterator .h"
14
14
#include " llvm/ADT/SmallString.h"
15
15
#include " llvm/ADT/Triple.h"
16
- #include " llvm/ADT/iterator.h"
17
16
#include " llvm/DebugInfo/DWARF/DWARFDataExtractor.h"
18
17
#include " llvm/DebugInfo/DWARF/DWARFExpression.h"
19
18
#include " llvm/Support/Error.h"
Original file line number Diff line number Diff line change 14
14
#ifndef LLVM_SUPPORT_CACHE_PRUNING_H
15
15
#define LLVM_SUPPORT_CACHE_PRUNING_H
16
16
17
- #include " llvm/ADT/Optional.h"
18
17
#include " llvm/ADT/StringRef.h"
19
18
#include < chrono>
20
19
Original file line number Diff line number Diff line change 14
14
#define LLVM_SUPPORT_ERROR_H
15
15
16
16
#include " llvm-c/Error.h"
17
- #include " llvm/ADT/Optional.h"
18
17
#include " llvm/ADT/STLExtras.h"
19
18
#include " llvm/ADT/SmallVector.h"
20
19
#include " llvm/ADT/StringExtras.h"
Original file line number Diff line number Diff line change 23
23
#define LLVM_SUPPORT_FORMAT_H
24
24
25
25
#include " llvm/ADT/ArrayRef.h"
26
- #include " llvm/ADT/Optional.h"
27
26
#include " llvm/ADT/STLExtras.h"
28
27
#include " llvm/ADT/StringRef.h"
29
28
#include " llvm/Support/DataTypes.h"
Original file line number Diff line number Diff line change 15
15
#define LLVM_SUPPORT_THREADING_H
16
16
17
17
#include " llvm/ADT/FunctionExtras.h"
18
- #include " llvm/ADT/Optional.h"
19
18
#include " llvm/ADT/SmallVector.h"
20
19
#include " llvm/Config/llvm-config.h" // for LLVM_ON_UNIX
21
20
#include " llvm/Support/Compiler.h"
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " llvm/MC/MCInstrAnalysis.h"
10
+
10
11
#include " llvm/ADT/APInt.h"
11
- #include " llvm/ADT/Optional.h"
12
12
#include " llvm/MC/MCInst.h"
13
13
#include " llvm/MC/MCInstrDesc.h"
14
14
#include " llvm/MC/MCInstrInfo.h"
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " llvm/Support/CrashRecoveryContext.h"
10
- #include " llvm/ADT/Optional.h"
11
10
#include " llvm/Config/llvm-config.h"
12
11
#include " llvm/Support/ErrorHandling.h"
13
12
#include " llvm/Support/ManagedStatic.h"
Original file line number Diff line number Diff line change 12
12
13
13
#include " llvm/Support/DJB.h"
14
14
#include " llvm/ADT/ArrayRef.h"
15
- #include " llvm/ADT/Optional.h"
16
15
#include " llvm/Support/Compiler.h"
17
16
#include " llvm/Support/ConvertUTF.h"
18
17
#include " llvm/Support/Unicode.h"
You can’t perform that action at this time.
0 commit comments