[clang] [clang][sema] Add nonnull attribute to builtin format functions (PR #158626)
Radovan Božić via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 22 05:07:09 PDT 2025
================
@@ -67,6 +67,7 @@
// The third value provided to the macro specifies information about attributes
// of the function. These must be kept in sync with the predicates in the
// Builtin::Context class. Currently we have:
+// N -> nonnull
----------------
bozicrHT wrote:
I went ahead and created a separate NFC PR #160080 for quoting the literal attribute letters.
https://github.com/llvm/llvm-project/pull/158626
More information about the cfe-commits
mailing list