]> granicus.if.org Git - clang/commit
Special case '%C' handling in ObjC format strings to handle integer literals that...
authorTed Kremenek <kremenek@apple.com>
Tue, 15 Oct 2013 05:25:17 +0000 (05:25 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 15 Oct 2013 05:25:17 +0000 (05:25 +0000)
commit656465d6743e24022b28f831f1fe249f69b8626e
tree0911f4d65644f636f8109e1cbc3708150843bd02
parentb7f23f18acaf84d14d6ca2c02c12c22e68d72837
Special case '%C' handling in ObjC format strings to handle integer literals that can represent unicode characters

Fixes <rdar://problem/13991617>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192673 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp
test/FixIt/format.m
test/FixIt/format.mm
test/SemaObjC/format-strings-objc.m