This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 191d941f52 Fix the tests from r350970 new 4dacf6a24c Revert "OpenCL: Extend argument promotion rules to vector types" new 14c19d328b OpenCL: Use length modifier for warning on vector printf arguments
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/AST/FormatString.h | 4 +- lib/AST/FormatString.cpp | 34 +++++-- lib/AST/PrintfFormatString.cpp | 34 ++++++- lib/AST/ScanfFormatString.cpp | 9 +- lib/Sema/SemaChecking.cpp | 6 +- lib/Sema/SemaExpr.cpp | 23 +---- test/CodeGenOpenCL/printf.cl | 20 ++-- test/Sema/format-strings.c | 2 + test/SemaOpenCL/format-strings-fixit.cl | 58 ++++++++++- test/SemaOpenCL/printf-format-string-warnings.cl | 1 - test/SemaOpenCL/printf-format-strings.cl | 121 ++++++++++++++++++++++- 11 files changed, 255 insertions(+), 57 deletions(-)