[PATCH] D125142: [clang][auto-init] Deprecate -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang
Kees Cook via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 30 23:25:05 PDT 2022
kees updated this revision to Diff 464474.
kees added a comment.
use Group<clang_ignored_legacy_options_Group>
Instead of a custom warning, use the clang_ignored_legacy_options_Group, as MaskRay suggested.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125142/new/
https://reviews.llvm.org/D125142
Files:
clang/docs/ReleaseNotes.rst
clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/cl-options.c
clang/test/Driver/clang_f_opts.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125142.464474.patch
Type: text/x-patch
Size: 7114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221001/0239f4c2/attachment.bin>
More information about the cfe-commits
mailing list