Skip to content
Commit 4d68366b authored by Douglas Gregor's avatar Douglas Gregor
Browse files

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
parent ff5d0965
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment