mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
ABI/API checker should check semantic differences of two modules. Adhering too strictly to the actual ASTs could yield false positives. This patch populates ObjC, Dynamic and Final to the attribute list if AST APIs say so. rdar://50217247
12 lines
727 B
Plaintext
12 lines
727 B
Plaintext
cake: Func FrozenKind.__derived_enum_equals(_:_:) has been removed
|
|
cake: Accessor GlobalLetChangedToVar.Get() is a new API without @available attribute
|
|
cake: Accessor GlobalVarChangedToLet.Get() is a new API without @available attribute
|
|
cake: Accessor GlobalVarChangedToLet.Modify() is a new API without @available attribute
|
|
cake: Accessor GlobalVarChangedToLet.Set() is a new API without @available attribute
|
|
cake: Enum FrozenKind is now with @frozen
|
|
cake: Enum IceKind is now with @frozen
|
|
cake: Func FrozenKind.==(_:_:) is a new API without @available attribute
|
|
cake: Var C1.CIIns1 is no longer a stored property
|
|
cake: Var C1.CIIns2 is no longer a stored property
|
|
cake: Var RemoveSetters.Value is no longer a stored property
|