This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d418b54 MS inline asm: Filter MXCSR out of the inferred clobber list new 6b15b6d [Driver] Report available language standards on user error new 8e4aad7 Improve diagnostic reporting when using __declspec without en [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/DiagnosticDriverKinds.td | 1 + include/clang/Basic/DiagnosticParseKinds.td | 3 + include/clang/Frontend/LangStandard.h | 6 +- include/clang/Frontend/LangStandards.def | 8 +- lib/Frontend/CompilerInvocation.cpp | 132 +++++++++++++++++---------- lib/Parse/ParseDecl.cpp | 25 +++++ test/Driver/unknown-std.c | 34 +++++++ test/Driver/unknown-std.cl | 16 ++++ test/Driver/unknown-std.cpp | 26 ++++++ test/Parser/declspec-recovery.c | 8 ++ test/Parser/declspec-supported.c | 10 ++ 11 files changed, 215 insertions(+), 54 deletions(-) create mode 100644 test/Driver/unknown-std.c create mode 100644 test/Driver/unknown-std.cl create mode 100644 test/Driver/unknown-std.cpp create mode 100644 test/Parser/declspec-recovery.c create mode 100644 test/Parser/declspec-supported.c