[clang] [APINotes][unsafe-buffer-usage] Add [[clang::unsafe_buffer_usage]] support in APINotes (PR #189775)
Henrik G. Olsson via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 28 17:08:19 PDT 2026
================
@@ -24,7 +24,8 @@ 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 = 39; // BoundsSafety
+const uint16_t VERSION_MINOR = 40; // 39 for BoundsSafety;
----------------
hnrklssn wrote:
I agree
https://github.com/llvm/llvm-project/pull/189775
More information about the cfe-commits
mailing list