This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 962a041dca Revert r357452 - 'SimplifyCFG SinkCommonCodeFromPredecessors [...] new 5e1826201a [PR41276] Fixed incorrect generation of addr space cast for [...]
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/AST/Expr.cpp | 2 +- lib/CodeGen/CGClass.cpp | 28 +++++++++++++++++----------- lib/CodeGen/CGExprAgg.cpp | 5 ++++- lib/CodeGen/CGExprCXX.cpp | 8 +++----- lib/CodeGen/CodeGenFunction.h | 7 ++----- lib/Sema/SemaInit.cpp | 16 +++++++++++++--- test/CodeGenCXX/address-space-of-this.cpp | 9 +++++++++ 7 files changed, 49 insertions(+), 26 deletions(-) create mode 100644 test/CodeGenCXX/address-space-of-this.cpp