[PATCH] D64504: Various minor tweaks to CLCompatOptions.td
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 10 17:17:43 PDT 2019
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: clang/include/clang/Driver/CLCompatOptions.td:294
def _SLASH_GX : CLFlag<"GX">,
- HelpText<"Enable exception handling">;
+ HelpText<"Deprecated (like /EHsc)">;
def _SLASH_GX_ : CLFlag<"GX-">,
----------------
thakis wrote:
> rnk wrote:
> > "Deprecated in favor of /EHsc"? or "(use /EHsc instead)"?
> The other deprecated flags use "Deprecated (description); use /replacement". Changed to "Deprecated; use /EHsc"; description and replacement are the same here. (Except that /EH doesn't have a great help text atm.)
👍
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64504/new/
https://reviews.llvm.org/D64504
More information about the cfe-commits
mailing list