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.
1 parent 74bd36e commit bf868b0Copy full SHA for bf868b0
include/swift/Runtime/Metadata.h
@@ -997,7 +997,7 @@ void swift_disableDynamicReplacementScope(const DynamicReplacementScope *scope);
997
struct ConcurrencyStandardTypeDescriptors {
998
#define STANDARD_TYPE(KIND, MANGLING, TYPENAME)
999
#define STANDARD_TYPE_CONCURRENCY(KIND, MANGLING, TYPENAME) \
1000
- const ContextDescriptor *TYPENAME;
+ const ContextDescriptor * __ptrauth_swift_type_descriptor TYPENAME;
1001
#include "swift/Demangling/StandardTypesMangling.def"
1002
};
1003
0 commit comments