This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 85eda8e66a Fix the test new 547ca57a7d Revert "Fold dangling-field warning into general initializat [...]
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 +- lib/Sema/SemaDeclCXX.cpp | 49 ++++ lib/Sema/SemaInit.cpp | 252 +++++++-------------- test/Analysis/cxx-uninitialized-object-ptr-ref.cpp | 12 +- .../cxx0x-initializer-stdinitializerlist.cpp | 22 +- 5 files changed, 152 insertions(+), 191 deletions(-)