]> granicus.if.org Git - clang/commitdiff
Merging r328708:
authorTom Stellard <tstellar@redhat.com>
Mon, 9 Apr 2018 21:20:06 +0000 (21:20 +0000)
committerTom Stellard <tstellar@redhat.com>
Mon, 9 Apr 2018 21:20:06 +0000 (21:20 +0000)
------------------------------------------------------------------------
r328708 | hans | 2018-03-28 07:57:49 -0700 (Wed, 28 Mar 2018) | 1 line

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_60@329624 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/CLCompatOptions.td

index c1f0a89b5dc8ff150a377b97bf7daf278aae7326..e417f6cbbec6368adab3137e88b75c63298a76a7 100644 (file)
@@ -238,7 +238,7 @@ def _SLASH_Fo : CLCompileJoined<"Fo">,
 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>">;