[cfe-commits] [Patch] PR11179 - Update StmtPrinter to not complain on some IntegerLiteral types

Richard Trieu rtrieu at google.com
Thu Oct 20 14:06:57 PDT 2011


Update Clang to not complain when printing IntegerLiterals with type short,
unsigned short, __int128_t, or __uint128_t.  This will fix PR11179.

PR:
http://llvm.org/bugs/show_bug.cgi?id=11179

Patch also located at:
http://codereview.appspot.com/5309045/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111020/d718932d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: integer-literal-printing.patch
Type: text/x-patch
Size: 2325 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111020/d718932d/attachment.bin>


More information about the cfe-commits mailing list