r328708 - clang-cl: s/Enable/Disable/ in help text for /GX-

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 28 07:57:50 PDT 2018


Author: hans
Date: Wed Mar 28 07:57:49 2018
New Revision: 328708

URL: http://llvm.org/viewvc/llvm-project?rev=328708&view=rev
Log:
clang-cl: s/Enable/Disable/ in help text for /GX-

Modified:
    cfe/trunk/include/clang/Driver/CLCompatOptions.td

Modified: cfe/trunk/include/clang/Driver/CLCompatOptions.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/CLCompatOptions.td?rev=328708&r1=328707&r2=328708&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/CLCompatOptions.td (original)
+++ cfe/trunk/include/clang/Driver/CLCompatOptions.td Wed Mar 28 07:57:49 2018
@@ -245,7 +245,7 @@ def _SLASH_Guard : CLJoined<"guard:">,
 def _SLASH_GX : CLFlag<"GX">,
   HelpText<"Enable exception handling">;
 def _SLASH_GX_ : CLFlag<"GX-">,
-  HelpText<"Enable exception handling">;
+  HelpText<"Disable exception handling">;
 def _SLASH_imsvc : CLJoinedOrSeparate<"imsvc">,
   HelpText<"Add directory to system include search path, as if part of %INCLUDE%">,
   MetaVarName<"<dir>">;




More information about the cfe-commits mailing list