[PATCH] D29724: [Driver] Report available language standards on user error
Richard Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 11 12:10:40 PST 2017
rsmith accepted this revision.
rsmith added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/Frontend/CompilerInvocation.cpp:1753-1754
+ KindValue != LangStandard::lang_unspecified;
+ ++KindValue)
+ {
+ const LangStandard &Std = LangStandard::getLangStandardForKind(
----------------
`{` on previous line, please, and indent the previous two lines to match the `(`.
https://reviews.llvm.org/D29724
More information about the cfe-commits
mailing list