This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0e83c02b0c clang-format: Fix C99 designated initializers corner cases new 1b12bf4092 CodeGen: Cast temporary variable to proper address space
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/CGCall.cpp | 6 ++-- lib/CodeGen/CGDecl.cpp | 24 ++------------- lib/CodeGen/CGExpr.cpp | 44 ++++++++++++++++++++------- lib/CodeGen/CodeGenFunction.h | 42 ++++++++++++++++++++----- test/CodeGen/address-space.c | 4 +-- test/CodeGen/default-address-space.c | 19 +++++++----- test/CodeGen/x86_64-arguments.c | 4 +-- test/CodeGenCXX/amdgcn-automatic-variable.cpp | 16 ++++++++-- 8 files changed, 102 insertions(+), 57 deletions(-)