This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1e4ad8ec34 [analyzer] Improve performance of NoStoreFuncVisitor new 3797638dfd [CodeGen] Ignore OpaqueValueExprs that are unique references [...]
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/AST/Expr.h | 9 ++++ include/clang/AST/Stmt.h | 11 ++++ lib/CodeGen/CGExpr.cpp | 36 ++++++++++++- lib/CodeGen/CGExprAgg.cpp | 6 ++- lib/CodeGen/CGExprComplex.cpp | 5 +- lib/CodeGen/CGExprScalar.cpp | 5 +- lib/CodeGen/CodeGenFunction.h | 26 +++------ lib/Sema/SemaPseudoObject.cpp | 67 ++++++++++++++---------- lib/Serialization/ASTReaderStmt.cpp | 1 + lib/Serialization/ASTWriterStmt.cpp | 1 + test/CodeGenCXX/ms-property.cpp | 2 +- test/CodeGenObjC/objc-container-subscripting-1.m | 8 +-- test/CodeGenObjCXX/property-dot-copy-elision.mm | 39 ++++++++++++++ test/CodeGenObjCXX/property-objects.mm | 8 +-- 14 files changed, 161 insertions(+), 63 deletions(-) create mode 100644 test/CodeGenObjCXX/property-dot-copy-elision.mm