summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-04-24 15:31:13 +0000
committerNico Weber <nicolasweber@gmx.de>2019-04-24 15:31:13 +0000
commitca05192d00fe5c37570fe369f160ffe119545c34 (patch)
treedd10f90e8ef4453aebcfdbb8f660aa9501ea245a /include
parent329eb5c6baeca0a1bd6b1a5bd55e41de786f39fa (diff)
clang-cl: List valid values for /std: in /? output
Differential Revision: https://reviews.llvm.org/D61029 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359107 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/Driver/CLCompatOptions.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/CLCompatOptions.td b/include/clang/Driver/CLCompatOptions.td
index 6fb91fd636..fb02d856a2 100644
--- a/include/clang/Driver/CLCompatOptions.td
+++ b/include/clang/Driver/CLCompatOptions.td
@@ -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">,