clang-cl: List valid values for /std: in /? output
authorNico Weber <nicolasweber@gmx.de>
Wed, 24 Apr 2019 15:31:13 +0000 (15:31 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 24 Apr 2019 15:31:13 +0000 (15:31 +0000)
Differential Revision: https://reviews.llvm.org/D61029

llvm-svn: 359107

clang/include/clang/Driver/CLCompatOptions.td

index 6fb91fd..fb02d85 100644 (file)
@@ -166,7 +166,7 @@ def _SLASH_source_charset : CLCompileJoined<"source-charset:">,
 def _SLASH_execution_charset : CLCompileJoined<"execution-charset:">,
   HelpText<"Runtime encoding, supports only UTF-8">, Alias<fexec_charset_EQ>;
 def _SLASH_std : CLCompileJoined<"std:">,
-  HelpText<"Language standard to compile for">;
+  HelpText<"Language standard to compile for (c++14,c++17,c++latest)">;
 def _SLASH_U : CLJoinedOrSeparate<"U">, HelpText<"Undefine macro">,
   MetaVarName<"<macro>">, Alias<U>;
 def _SLASH_validate_charset : CLFlag<"validate-charset">,