This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from cd39b64 Resubmit "[Tooling] Parse compilation database command lines [...] new 7441a2b [OpenCL] AMDGCN: Fix size_t type new 7413d22 Fix json compilation database syntax on non-Windows.
The 2 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 ++ lib/Tooling/JSONCompilationDatabase.cpp | 6 +- test/CodeGenOpenCL/size_t.cl | 110 ++++++++++++++++++++++++++++++++ 8 files changed, 142 insertions(+), 13 deletions(-) create mode 100644 test/CodeGenOpenCL/size_t.cl