[PATCH] D125142: [clang][auto-init] Remove -enable flag for "zero" mode
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 29 12:34:59 PDT 2022
aaron.ballman added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:240-243
+- -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang
+ has been deprecated. The flag will be removed in Clang 17.
+ -ftrivial-auto-var-init=zero is now available unconditionally, to be
+ compatible with GCC.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125142/new/
https://reviews.llvm.org/D125142
More information about the cfe-commits
mailing list