File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 14
14
//
15
15
// ===----------------------------------------------------------------------===//
16
16
17
- #include " swift/Basic/LLVM.h"
18
17
#include " swift/Runtime/Metadata.h"
19
18
20
19
namespace swift {
Original file line number Diff line number Diff line change 14
14
//
15
15
// ===----------------------------------------------------------------------===//
16
16
17
- #include " swift/Basic/LLVM.h"
18
17
#include " swift/Runtime/Metadata.h"
18
+ #include " llvm/ADT/StringRef.h"
19
19
20
20
namespace swift {
21
21
22
22
using ConformsToSwiftProtocol_t =
23
23
const ProtocolConformanceDescriptor *(const Metadata * const type,
24
24
const ProtocolDescriptor *protocol,
25
- StringRef moduleName);
25
+ llvm:: StringRef moduleName);
26
26
27
27
const ProtocolConformanceDescriptor *
28
28
swift51override_conformsToSwiftProtocol (const Metadata * const type,
29
29
const ProtocolDescriptor *protocol,
30
- StringRef moduleName,
30
+ llvm:: StringRef moduleName,
31
31
ConformsToSwiftProtocol_t *original);
32
32
33
33
} // end namespace swift
You can’t perform that action at this time.
0 commit comments