This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 26346fbcb9 [X86] For lzcnt/tzcnt intrinsics use cttz/ctlz intrinsics wi [...] new de8e63fd00 P1008R1 Classes with user-declared constructors are never ag [...]
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 | 3 +++ lib/AST/DeclCXX.cpp | 11 ++++++--- lib/Sema/SemaInit.cpp | 35 ++++++++++++++++++++++++--- test/SemaCXX/cxx2a-compat.cpp | 23 ++++++++++++++++++ test/SemaCXX/cxx2a-initializer-aggregates.cpp | 23 ++++++++++++++++++ www/cxx_status.html | 2 +- 6 files changed, 90 insertions(+), 7 deletions(-) create mode 100644 test/SemaCXX/cxx2a-compat.cpp create mode 100644 test/SemaCXX/cxx2a-initializer-aggregates.cpp