[clang] [llvm] [TLI] Add support for reallocarray (PR #114818)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 13 01:11:48 PST 2024


================
@@ -8,6 +8,7 @@ int stpncpy;
 int strdup;
 int strndup;
 int index;
+int reallocarray;
----------------
nikic wrote:

This change probably shouldn't be here anymore?

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


More information about the cfe-commits mailing list