[clang] [Clang][Sema] Add fortify warnings for stpcpy (PR #141646)

2025-06-03 Thread Sharjeel Khan via cfe-commits
https://github.com/Sharjeel-Khan closed https://github.com/llvm/llvm-project/pull/141646 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][Sema] Add fortify warnings for stpcpy (PR #141646)

2025-05-30 Thread Sharjeel Khan via cfe-commits
https://github.com/Sharjeel-Khan edited https://github.com/llvm/llvm-project/pull/141646 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][Sema] Add fortify warnings for stpcpy (PR #141646)

2025-05-27 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Sharjeel Khan (Sharjeel-Khan) Changes Android has local fortify warnings for functions not seen in LLVM. My plan is to upstream them all and I am starting with stpcpy. --- Full diff: https://github.com/llvm/llvm-project/pull/141646.diff

[clang] [Clang][Sema] Add fortify warnings for stpcpy (PR #141646)

2025-05-27 Thread Sharjeel Khan via cfe-commits
https://github.com/Sharjeel-Khan created https://github.com/llvm/llvm-project/pull/141646 Android has local fortify warnings for functions not seen in LLVM. My plan is to upstream them all and I am starting with stpcpy. >From 1213e3a40f566270f05086a17ba51289f1fd2c09 Mon Sep 17 00:00:00 2001 Fr