commit | ff7be48165548c9c01492010609d166973607068 | [log] [tgz] |
---|---|---|
author | Jordan Rose <jordan_rose@apple.com> | Wed Dec 05 18:44:37 2012 +0000 |
committer | Jordan Rose <jordan_rose@apple.com> | Wed Dec 05 18:44:37 2012 +0000 |
tree | 22eb181aecc7f65af5ae6f6a339976ed22d86241 | |
parent | dfbb3197de8407a4209f328e4de1ae73bac70b8b [diff] |
Format strings: the correct conversion for 'char' is %c, not %d or %hhd. We tried to account for 'uint8_t' by saying that /typedefs/ of 'char' should be corrected as %hhd rather than %c, but the condition was wrong. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169397 91177308-0d34-0410-b5e6-96231b3b80d8