[clang] [Clang][Sema] Add fortify warnings for strlcpy (PR #221325)

Venkatesh Srinivasan via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 9 10:54:53 PDT 2026


================
@@ -234,6 +234,8 @@ features cannot lower the translation-unit ABI level;
 
 - Added support for the `__builtin_strlcat` builtin.
 
+- Added support for the `__builtin_strlcpy` builtin.
----------------
venk-ks wrote:

Done, merged the release note entries into single items enumerating both builtins.

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


More information about the cfe-commits mailing list