]> granicus.if.org Git - clang/commit
Commit patch for PR19649. Set the correct sign of wide character for literals based...
authorMichael Wong <fraggamuffin@gmail.com>
Tue, 24 Feb 2015 13:34:20 +0000 (13:34 +0000)
committerMichael Wong <fraggamuffin@gmail.com>
Tue, 24 Feb 2015 13:34:20 +0000 (13:34 +0000)
commitf89960b9e30096a9250ec2206c181613faf4302b
treef3cd1d8f89c9350cc929ce3013cba698aaf742cb
parent1ce90639161ff65338c13c31ae5459250cf87c61
Commit patch for PR19649. Set the correct sign of wide character for literals based on underlying type of wchar_t.
Reviewed:
http://reviews.llvm.org/D7559
Patch by Rachel Craig; Test cases by Hubert Tong.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230333 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPExpressions.cpp
test/Preprocessor/pr19649-signed-wchar_t.c [new file with mode: 0644]
test/Preprocessor/pr19649-unsigned-wchar_t.c [new file with mode: 0644]