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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to