This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2a74f265b5 [clang-diff] Remove NodeCountVisitor, NFC new b92a424f05 [IRGen] Evaluate constant static variables referenced throug [...]
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/CodeGen/CGExpr.cpp | 27 +++++- lib/CodeGen/CGExprAgg.cpp | 19 +--- lib/CodeGen/CGExprComplex.cpp | 31 ++++-- lib/CodeGen/CGExprScalar.cpp | 33 ++++--- lib/CodeGen/CodeGenFunction.h | 1 + .../CodeGenCXX/member-expr-references-variable.cpp | 104 +++++++++++++++++++++ 6 files changed, 171 insertions(+), 44 deletions(-) create mode 100644 test/CodeGenCXX/member-expr-references-variable.cpp