This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c7a86303f9 [CodeGen] change const-ness of complex calls new 77805a3a0f [OpenMP] Show error if VLAs are not supported
The 1 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/DiagnosticSemaKinds.td | 6 + include/clang/Basic/TargetInfo.h | 4 + include/clang/Sema/Sema.h | 10 +- lib/Basic/TargetInfo.cpp | 1 + lib/Basic/Targets/NVPTX.cpp | 1 + lib/Basic/Targets/SPIR.h | 1 + lib/Sema/SemaOpenMP.cpp | 31 +++-- lib/Sema/SemaType.cpp | 6 + test/OpenMP/target_vla_messages.cpp | 201 +++++++++++++++++++++++++++++ 9 files changed, 248 insertions(+), 13 deletions(-) create mode 100644 test/OpenMP/target_vla_messages.cpp