This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 16280f9d13 [modules ts] Declarations from a module interface unit are o [...] new aae294bfd9 [AMDGPU] Fix size and alignment of size_t and pointer types
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/Basic/Targets.cpp | 20 ++++--- test/CodeGen/default-address-space.c | 2 +- test/CodeGenCXX/amdgcn-automatic-variable.cpp | 10 ++-- test/CodeGenOpenCL/amdgcn-automatic-variable.cl | 8 +-- test/CodeGenOpenCL/amdgpu-nullptr.cl | 48 ++++++++--------- test/CodeGenOpenCL/amdgpu-sizeof-alignof.cl | 70 +++++++++++++++++++++++++ test/Index/pipe-size.cl | 2 +- test/SemaCXX/amdgpu-sizeof-alignof.cpp | 47 +++++++++++++++++ 8 files changed, 167 insertions(+), 40 deletions(-) create mode 100644 test/CodeGenOpenCL/amdgpu-sizeof-alignof.cl create mode 100644 test/SemaCXX/amdgpu-sizeof-alignof.cpp