Skip to content

Commit 01c4c3c

Browse files
authored
Merge pull request #19721 from nkcsgexi/valueownership
[test] Regenerate ABI/API checker baseline by using stdlib without assertion enabled.
2 parents 327ccdf + 2d59078 commit 01c4c3c

14 files changed

+11453
-7622
lines changed

include/swift/AST/DiagnosticsModuleDiffer.def

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ ERROR(no_longer_open,none,"%0 is no longer open for subclassing", (StringRef))
8484

8585
ERROR(func_type_escaping_changed,none,"%0 has %select{removed|added}2 @escaping in %1", (StringRef, StringRef, bool))
8686

87+
ERROR(func_self_access_change,none,"%0 has self access kind changing from %1 to %2", (StringRef, StringRef, StringRef))
88+
8789
#ifndef DIAG_NO_UNDEF
8890
# if defined(DIAG)
8991
# undef DIAG

include/swift/IDE/DigesterEnums.def

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ KEY_STRING(ModuleName, moduleName)
140140
KEY_STRING(SuperclassUsr, superclassUsr)
141141
KEY_STRING(EnumRawTypeName, enumRawTypeName)
142142
KEY_STRING(GenericSig, genericSig)
143+
KEY_STRING(FuncSelfKind, funcSelfKind)
144+
KEY_STRING(ParamValueOwnership, paramValueOwnership)
143145

144146
KEY_STRING_ARR(SuperclassNames, superclassNames)
145147
KEY_STRING_ARR(ConformingProtocols, conformingProtocols)

0 commit comments

Comments
 (0)