This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 28d3364fc2 [driver][mips] Check both `gnuabi64` and `gnu` suffixes in ` [...] new bc0fd56910 [OPENMP]Add codegen for private vars with allocate clause. new 115a5521a1 [CodeGen] Fix a regression by emitting lambda expressions in [...] new eba82fe884 [Sema] Fix a use-after-deallocate of a ParsedAttr
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/Sema/ParsedAttr.h | 8 +++++ lib/CodeGen/CGExpr.cpp | 2 ++ lib/CodeGen/CGOpenMPRuntime.cpp | 8 ++--- lib/Sema/SemaType.cpp | 4 +-- test/CodeGenObjCXX/property-lvalue-lambda.mm | 47 ++++++++++++++++++++++++++++ test/OpenMP/parallel_private_codegen.cpp | 20 ++++++++++-- test/SemaObjC/arc-property-decl-attrs.m | 4 +++ 7 files changed, 83 insertions(+), 10 deletions(-) create mode 100644 test/CodeGenObjCXX/property-lvalue-lambda.mm