This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3c6b6a7598 Improve -Wuninitialized warning under ARC for block variable [...] new 01f976def1 Add missing diagnostic for anonymous struct/union definition [...]
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: lib/Sema/SemaDecl.cpp | 12 ++++++++++++ test/Analysis/unions.cpp | 2 +- test/CXX/class/class.union/class.union.anon/p4.cpp | 2 +- test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p4.cpp | 4 ++-- test/CXX/drs/dr13xx.cpp | 2 +- test/CXX/drs/dr14xx.cpp | 16 ++++++++-------- test/CXX/drs/dr19xx.cpp | 1 + test/CXX/module/module.interface/p3.cpp | 6 +++--- test/SemaCXX/anonymous-struct.cpp | 4 ++-- test/SemaCXX/anonymous-union.cpp | 2 +- test/SemaCXX/constant-expression-cxx11.cpp | 2 +- test/SemaCXX/cxx0x-deleted-default-ctor.cpp | 14 +++++++------- 12 files changed, 40 insertions(+), 27 deletions(-)