[PATCH] D115440: [clang][auto-init] Provide __builtin_alloca_uninitialized

Marco Elver via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 9 05:23:36 PST 2021


melver updated this revision to Diff 393122.
melver marked an inline comment as done.
melver added a comment.

For completeness, also provide __builtin_alloca_with_align_uninitialized().


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115440/new/

https://reviews.llvm.org/D115440

Files:
  clang/include/clang/Basic/Builtins.def
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/lib/Sema/SemaChecking.cpp
  clang/test/CodeGenCXX/trivial-auto-var-init.cpp
  clang/test/Sema/warn-alloca.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115440.393122.patch
Type: text/x-patch
Size: 5609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211209/ce13038f/attachment-0001.bin>


More information about the cfe-commits mailing list