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

llvm-svn: 328708
This commit is contained in:
Hans Wennborg 2018-03-28 14:57:49 +00:00
parent a917e88585
commit 640fb5fbcd
1 changed files with 1 additions and 1 deletions

View File

@ -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>">;