This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e0fc906d1d Update to -r337585, allow scoped enum inits in -pedantic new 354438d88c Fold -Wreturn-stack-address into general initialization life [...] new d61977eb48 Do not try to perform lifetime-extension through conditional [...] new 9c96ba60ab [clang-cl] Expose -fblocks and -fno-builtin as driver flags
The 3 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 | 27 +- include/clang/Driver/Options.td | 10 +- lib/Sema/SemaChecking.cpp | 409 ------------------ lib/Sema/SemaInit.cpp | 463 +++++++++++++++------ test/Analysis/stack-addr-ps.c | 2 +- test/Analysis/stack-addr-ps.cpp | 4 +- test/Analysis/stackaddrleak.c | 2 +- test/CXX/drs/dr16xx.cpp | 28 +- test/CXX/drs/dr18xx.cpp | 6 +- test/CXX/special/class.copy/p11.0x.copy.cpp | 7 +- test/CXX/special/class.ctor/p5-0x.cpp | 2 +- test/CXX/temp/temp.param/p5.cpp | 8 +- test/Driver/cl-options.c | 5 + test/SemaCXX/conditional-expr.cpp | 22 +- test/SemaCXX/constexpr-default-arg.cpp | 4 +- .../cxx0x-initializer-stdinitializerlist.cpp | 4 +- test/SemaCXX/eval-crashes.cpp | 4 +- test/SemaCXX/return-stack-addr-2.cpp | 2 +- test/SemaCXX/return-stack-addr.cpp | 3 +- test/SemaCXX/rval-references.cpp | 5 +- 20 files changed, 428 insertions(+), 589 deletions(-)