This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a663b0a Switch SmallSetVector to use DenseSet when it overflows its i [...] new 4b6ad14 DR583, DR1512: Implement a rewrite to C++'s 'composite pointe [...]
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 | 8 +- include/clang/Sema/Sema.h | 6 +- lib/Sema/SemaExpr.cpp | 193 ++++++++++++--------- lib/Sema/SemaExprCXX.cpp | 40 +---- lib/Sema/SemaOverload.cpp | 32 ++-- test/CXX/drs/dr15xx.cpp | 132 +++++++++++++- test/CXX/drs/dr5xx.cpp | 11 +- test/CXX/expr/expr.const/p2-0x.cpp | 18 +- test/CXX/over/over.built/p15.cpp | 83 +++++++++ test/CXX/over/over.built/p16.cpp | 75 ++++++++ test/Misc/warning-flags.c | 3 +- ...stribute_parallel_for_simd_aligned_messages.cpp | 3 +- test/OpenMP/distribute_simd_aligned_messages.cpp | 3 +- test/OpenMP/for_simd_aligned_messages.cpp | 3 +- test/OpenMP/parallel_for_simd_aligned_messages.cpp | 3 +- test/OpenMP/simd_aligned_messages.cpp | 3 +- .../target_parallel_for_simd_aligned_messages.cpp | 3 +- test/OpenMP/target_simd_aligned_messages.cpp | 3 +- test/OpenMP/taskloop_simd_aligned_messages.cpp | 3 +- test/SemaCXX/compare.cpp | 3 +- test/SemaCXX/composite-pointer-type.cpp | 4 +- test/SemaCXX/constant-expression-cxx11.cpp | 16 +- test/SemaCXX/libstdcxx_libcxx_less_hack.cpp | 67 +++++++ test/SemaCXX/null_in_arithmetic_ops.cpp | 4 +- test/SemaCXX/nullptr.cpp | 46 ++--- test/SemaCXX/nullptr_in_arithmetic_ops.cpp | 8 +- test/SemaCXX/warn-memsize-comparison.cpp | 8 +- test/SemaObjCXX/null_objc_pointer.mm | 5 +- www/cxx_dr_status.html | 4 +- 29 files changed, 574 insertions(+), 216 deletions(-) create mode 100644 test/CXX/over/over.built/p15.cpp create mode 100644 test/CXX/over/over.built/p16.cpp create mode 100644 test/SemaCXX/libstdcxx_libcxx_less_hack.cpp