[cfe-dev] Codegen for Character Literals and Conditional Operator

Keith Bauer onesadcookie at gmail.com
Fri Jul 13 16:44:33 PDT 2007


Attached are patches to fix character literal printing (though there's
still a slightly-less-than-desirable case that maybe should use a \u
escape?) and assert when you try to ?: with an aggregate type, as
requested.

-Keith
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CharacterLiteralPrinting.diff
Type: application/octet-stream
Size: 2818 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20070714/6261288f/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ConditionalAggregateAssert.diff
Type: application/octet-stream
Size: 541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20070714/6261288f/attachment-0001.obj>


More information about the cfe-dev mailing list