This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from da1f3cf541 Fixed -Wexceptions derived-to-base false positives new 6703d83ed5 CodeGen: Fix invalid bitcast for coerced function argument new eaa720dff6 [Sema] Issue diagnostics if a new/delete expression generate [...] new 3636b96e18 [OpenMP] Fix test for revision D29645. NFC
The 3 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/AST/Decl.h | 5 +- include/clang/Basic/DiagnosticGroups.td | 1 + include/clang/Basic/DiagnosticSemaKinds.td | 6 ++ include/clang/Basic/LangOptions.def | 1 + include/clang/Driver/CC1Options.td | 3 + lib/AST/Decl.cpp | 7 +- lib/CodeGen/CGCall.cpp | 5 +- lib/Driver/ToolChains/Darwin.cpp | 21 +++++ lib/Driver/ToolChains/Darwin.h | 8 ++ lib/Frontend/CompilerInvocation.cpp | 2 + lib/Sema/SemaExprCXX.cpp | 26 ++++++ test/CodeGenOpenCL/addr-space-struct-arg.cl | 52 +++++++++-- test/Driver/openmp-offload.c | 8 +- test/Driver/unavailable_aligned_allocation.cpp | 54 ++++++++++++ test/SemaCXX/unavailable_aligned_allocation.cpp | 109 ++++++++++++++++++++++++ 15 files changed, 292 insertions(+), 16 deletions(-) create mode 100644 test/Driver/unavailable_aligned_allocation.cpp create mode 100644 test/SemaCXX/unavailable_aligned_allocation.cpp