Xi Ge
2db243723a
swift-api-digester: fix a crash when an SDKNode matches a null node. rdar://29312301
2016-11-17 11:28:19 -08:00
Xi Ge
adf0408cad
swift-api-digester: perform deep comparison to ensure type alias are considered equivalent. rdar://29182045
2016-11-10 12:22:06 -08:00
Xi Ge
f3a13e3989
swift-api-digester: when comparing name alias, comparing the underlying types. rdar://29182045
2016-11-09 16:59:49 -08:00
Xi Ge
368247604f
swift-api-digester: consider name alias type as a standalone node kind. ( #5701 )
...
* swift-api-digester: consider name alias type as a standalone node kind.
* [test] Update the swift-api-digester dump for stdlib to honor new name alias node.
2016-11-09 16:44:27 -08:00
Xi Ge
725aef7ed3
swift-api-digester: reference ownership changes considered source-breaking.
2016-10-31 13:33:07 -07:00
Xi Ge
4475b07613
swift-api-digester: teach the tool to keep track of ownership attributes.
2016-10-27 11:55:24 -07:00
Xi Ge
a0678c349c
swift-api-digester: allow function types to be matched with other types.
2016-10-25 22:21:42 -07:00
Xi Ge
ad3a9f276b
[swift-api-digester] Detect static decls become non-static and also the other way around.
2016-10-24 17:13:34 -07:00
Xi Ge
b8ee47c80b
[sdk-api-digester] Record whether a value decl is static.
...
Changing a static member to a non-static one, or the other way around,
can be source-breaking.
2016-10-21 14:08:39 -07:00
Xi Ge
87d22acb67
[swift-api-digester] Ensure we exclude decls of low accessibility from the API comparison. ( #5382 )
2016-10-20 12:02:37 -07:00
Xi Ge
647f65ea21
swift-api-digester: teach the tool to output constructors' parameter type changes. ( #5351 )
2016-10-18 13:03:21 -07:00
Xi Ge
edea59722e
api-digester: teach the tool to detect new mutating/throwing functions ( #5284 )
2016-10-13 21:04:39 -07:00
Xi Ge
55f194b3ef
api-digester: in module dump, record whether a func decl is mutating.
2016-10-13 11:57:42 -07:00
Xi Ge
ab9b035dbc
[test] api-digester: add a test to ensure the dumped module content is expected.
2016-10-13 11:53:07 -07:00