Commit Graph

3 Commits

Author SHA1 Message Date
Jordan Rose
6163679538 [APINotes] Replace old FactoryAsInit annotation with equivalent SwiftNames.
'processInfo' was removed entirely because it's now considered a class property,
and we don't ever import those as initializers.
2016-10-14 09:07:43 -07:00
Anna Zaks
ddaa294eca API notes: turn FactoryAsInit into 3-state on YAML side.
Swift SVN r20463
2014-07-24 03:16:58 +00:00
Doug Gregor
d347e93993 API notes: Add a CMake option to build the compiled API notes files from YAML sources.
Introduce a new off-by-default CMake option, SWIFT_BUILD_API_NOTES,
which compiles the YAML sources for API notes into the binary form
installed alongside the overlays. This will be the default mode,
replacing KnownObjCMethods.def, shortly.

The new apinotes/ subdirectory contains the translated contents of
KnownObjCMethods.def, courtesy of Anna. It still requires some
revision.

Swift SVN r20370
2014-07-23 04:23:51 +00:00