]> granicus.if.org Git - clang/commit
Fix crash when trying to pretty-print unicode or wide string literals.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 30 Dec 2011 23:37:31 +0000 (23:37 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 30 Dec 2011 23:37:31 +0000 (23:37 +0000)
commit4debc82d9d967501b8650599cd44003d7026f56c
tree85db2abeab374f547792a45e71b80c3c8b68d7c6
parent51201882382fb40c9456a06c7f93d6ddd4a57712
Fix crash when trying to pretty-print unicode or wide string literals.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147385 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/StmtPrinter.cpp
test/SemaCXX/constexpr-printing.cpp