This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 71dea93 [XRay] Do not depend on C++ stdlib for XRay builds new 830dfeb Fix handling of initialization from parenthesized initializer list.
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 | 9 ++-- include/clang/Sema/Initialization.h | 6 ++- include/clang/Sema/Sema.h | 1 - lib/Sema/SemaDecl.cpp | 24 ---------- lib/Sema/SemaExprCXX.cpp | 62 +++++++++----------------- lib/Sema/SemaInit.cpp | 32 ++++++++++++- test/SemaCXX/cxx0x-initializer-constructor.cpp | 3 +- test/SemaCXX/cxx0x-initializer-references.cpp | 16 ++++++- test/SemaCXX/cxx0x-initializer-scalars.cpp | 10 ++--- test/SemaCXX/type-convert-construct.cpp | 10 ++++- 10 files changed, 92 insertions(+), 81 deletions(-)