This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 44d0f70 Do not implicitly instantiate the definition of a class templ [...] new 47f0b41 Stop asserting when a meaningless -std= flag is passed for a [...] new e41ecb5 [VLA] Handle VLA size expression in a full-expression context.
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: lib/Frontend/CompilerInvocation.cpp | 4 ++-- lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 ++ lib/Sema/TreeTransform.h | 11 +++++++++-- test/Driver/unknown-std.S | 2 ++ test/Sema/pr30306.cpp | 15 +++++++++++++++ 5 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 test/Driver/unknown-std.S create mode 100644 test/Sema/pr30306.cpp