This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9deb8dd Removing optimization from the RUN lines and adjusting the ch [...] new 76767b5 PR22924, PR22845, some of CWG1464: When checking the initiali [...]
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/DiagnosticGroups.td | 1 - include/clang/Basic/DiagnosticSemaKinds.td | 12 ++-- include/clang/Sema/Initialization.h | 6 ++ lib/CodeGen/CGExprCXX.cpp | 93 +++++++++++++++++++++--------- lib/Sema/SemaExprCXX.cpp | 90 ++++++++++++++--------------- lib/Sema/SemaInit.cpp | 24 ++++++-- test/Analysis/cfg.cpp | 4 +- test/CodeGenCXX/new-array-init.cpp | 84 ++++++++++++++++++++++++--- test/SemaCXX/new-delete-cxx0x.cpp | 48 ++++++++++++--- 9 files changed, 254 insertions(+), 108 deletions(-)