| commit | 4d68366b2f280242401f5184dc4fc35ca32ae819 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Tue Sep 27 17:00:18 2011 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Tue Sep 27 17:00:18 2011 +0000 |
| tree | a7f81986501898c9f03eb62d217f98315555ee5e | |
| parent | ff5d0965b0a89a6ccbe952b64b1e27ab128e6d93 [diff] |
When parsing a character literal, extract the characters from the buffer as an 'unsigned char', so that integer promotion doesn't sign-extend character values > 127 into oblivion. Fixes <rdar://problem/10188919>. llvm-svn: 140608