]> granicus.if.org Git - clang/commit
Fix for PR6220: compute the correct type for multicharacter literals.
authorEli Friedman <eli.friedman@gmail.com>
Wed, 3 Feb 2010 18:21:45 +0000 (18:21 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 3 Feb 2010 18:21:45 +0000 (18:21 +0000)
commit136b0cd75c37895ed0e00dee5b06c55c5b1d8199
treef5f7309ba8c8c3f279979c5c03c026c5d0dd80bb
parent78e83f881e59d4b8648a7b85ec6f2d36ef5cc680
Fix for PR6220: compute the correct type for multicharacter literals.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95228 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/CXX/lex/lex.literal/lex.ccon/p1.cpp [new file with mode: 0644]