We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d10a7bf + dd5ffc5 commit 12424f2Copy full SHA for 12424f2
lib/AST/ConformanceLookupTable.h
@@ -27,6 +27,7 @@
27
#include "llvm/ADT/MapVector.h"
28
#include "llvm/ADT/PointerUnion.h"
29
#include "llvm/ADT/SetVector.h"
30
+#include "llvm/ADT/TinyPtrVector.h"
31
#include <unordered_map>
32
33
namespace swift {
lib/IRGen/Outlining.h
@@ -19,6 +19,7 @@
19
20
#include "swift/Basic/LLVM.h"
21
22
+#include "LocalTypeDataKind.h"
23
24
namespace llvm {
25
class Value;
@@ -37,7 +38,6 @@ class Address;
37
38
class Explosion;
39
class IRGenFunction;
40
class IRGenModule;
-class LocalTypeDataKey;
41
class TypeInfo;
42
43
/// A helper class for emitting outlined value operations.
0 commit comments