This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f76493a C++ Modules TS: support parsing the 'module' declaration (inc [...] new d0b5dcb Re-commit [OpenCL] AMDGCN: Fix size_t type
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/Basic/TargetInfo.h | 5 ++ lib/Basic/TargetInfo.cpp | 5 +- lib/Basic/Targets.cpp | 4 ++ lib/CodeGen/CGExprScalar.cpp | 15 +++--- lib/CodeGen/CodeGenModule.cpp | 5 +- lib/CodeGen/CodeGenTypeCache.h | 5 ++ test/CodeGenOpenCL/size_t.cl | 110 +++++++++++++++++++++++++++++++++++++++ 7 files changed, 140 insertions(+), 9 deletions(-) create mode 100644 test/CodeGenOpenCL/size_t.cl