[clang] [APINotes] Add SWIFT_RETURNS_(UN)RETAINED support (PR #118938)

Egor Zhdan via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 6 10:09:36 PST 2024


================
@@ -24,7 +24,7 @@ const uint16_t VERSION_MAJOR = 0;
 /// API notes file minor version number.
 ///
 /// When the format changes IN ANY WAY, this number should be incremented.
-const uint16_t VERSION_MINOR = 33; // SwiftEscapable
+const uint16_t VERSION_MINOR = 34; // SwiftEscapable
----------------
egorzhdan wrote:

Please update this comment to indicate the format change, e.g. `// SwiftReturnOwnership`

https://github.com/llvm/llvm-project/pull/118938


More information about the cfe-commits mailing list