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 209a7a2 + 64babf5 commit db47bfdCopy full SHA for db47bfd
test/Interop/Cxx/class/nonescapable-lifetimebound.swift
@@ -73,7 +73,7 @@ View getViewFromEither(View view1 [[clang::lifetimebound]], View view2 [[clang::
73
struct SWIFT_NONESCAPABLE TestAnnotationTranslation {
74
TestAnnotationTranslation() : member(nullptr) {}
75
TestAnnotationTranslation(const int *p [[clang::lifetimebound]]) : member(p) {}
76
- TestAnnotationTranslation(const TestAnnotationTranslation& [[clang::lifetimebound]]) = default;
+ TestAnnotationTranslation(const TestAnnotationTranslation& other [[clang::lifetimebound]]) = default;
77
private:
78
const int *member;
79
};
0 commit comments