Skip to content

Commit 27844f3

Browse files
committed
[cxx-interop] Rename REFERENCE -> SWIFT_REFERENCE_TYPE.
1 parent 577bb5a commit 27844f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ClangImporter/swift-interop-support.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define SAFE_TO_IMPORT __attribute__((swift_attr("import_unsafe")))
2222

2323
#define _CXX_INTEROP_STRINGIFY(_x) #_x
24-
#define REFERENCE(_retain, _release) \
24+
#define SWIFT_REFERENCE_TYPE(_retain, _release) \
2525
__attribute__((swift_attr("import_reference"))) \
2626
__attribute__((swift_attr(_CXX_INTEROP_STRINGIFY(retain:_retain)))) \
2727
__attribute__((swift_attr(_CXX_INTEROP_STRINGIFY(release:_release))))

0 commit comments

Comments
 (0)