[cfe-commits] PATCH: Adds basic support for typeid to CFG

Chandler Carruth chandlerc at google.com
Wed Apr 13 01:27:52 PDT 2011


Hello,

This patch appears to add 'typeid' support to the CFG. I wrote it while
working on r129431, before remembering that -Wuninitialized uses its own
custom CFG builder.

Unfortunately, I'm not certain if the patch adds support in the desired
manner (I grouped code with similar code for handling sizeof, etc., rather
than with C++-specific bits of the code). Also, I'm not sure how best to
write a test for this. A pointer or two in the right direction would help
there.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110413/a8c4adf6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add-typeid-to-cfg.patch
Type: application/octet-stream
Size: 1869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110413/a8c4adf6/attachment.obj>


More information about the cfe-commits mailing list