Lines Matching full:notes
2 API Notes: Annotations Without Modifying Headers
22 That's API notes.
24 API notes use a YAML-based file format. YAML is a format best explained by
28 notes for a hypothetical "SomeKit" framework.
34 API notes files are found relative to the module map that defines a module,
44 Clang will search for API notes files next to module maps only when passed the
45 ``-fapi-notes-modules`` option.
51 - Since they're identified by module name, API notes cannot be used to modify
55 "Versioned" API Notes
58 Many API notes affect how a C API is imported into Swift. In order to change
59 that behavior while still remaining backwards-compatible, API notes can be
61 compiler (e.g. ``-fapi-notes-swift-version=5``). The rule is that an
70 An API notes file contains a YAML dictionary with the following top-level
76 is always the name of a top-level module, even within a private API notes