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

Shafik Yaghmour via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 4 22:12:37 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.
----------------
shafik wrote:

I think it makes more sense to merge the notes into one note enumerating each builtin.

CC @AaronBallman 

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


More information about the cfe-commits mailing list