This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7a6f35c712 OpenCL: Extend argument promotion rules to vector types new 938b65e725 OpenCL: Improve vector printf warnings
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/AST/FormatString.h | 24 ++++++++-- lib/AST/FormatString.cpp | 43 +++++++++++++++-- lib/AST/FormatStringParsing.h | 4 ++ lib/AST/PrintfFormatString.cpp | 49 +++++++++++++------ test/SemaOpenCL/format-strings-fixit.cl | 24 ++++++++++ test/SemaOpenCL/printf-format-strings.cl | 80 ++++++++++++++++++++++++++++---- 6 files changed, 192 insertions(+), 32 deletions(-) create mode 100644 test/SemaOpenCL/format-strings-fixit.cl