[Sema] Attempt to fix tests for utf-8 invalid format string specifiers
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 29 Mar 2016 18:38:44 +0000 (18:38 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 29 Mar 2016 18:38:44 +0000 (18:38 +0000)
commitdc195d005fc3a337536dd7a912a83dccfa35231f
treec9cc47bf575021bc88e788d7839ded1d8da64950
parent23851940e5a71054962b64102fc793dfc8150c36
[Sema] Attempt to fix tests for utf-8 invalid format string specifiers

Followup from r264752.

Attempt to appease buildbots:
 http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/2882
 http://lab.llvm.org:8011/builders/clang-s390x-linux/builds/2619

llvm-svn: 264765
clang/test/Sema/format-strings-scanf.c
clang/test/Sema/format-strings.c
clang/test/SemaObjC/format-strings-objc.m
clang/test/SemaObjC/format-strings-utf8.m [new file with mode: 0644]