[cfe-dev] Tentative typeid Parser/AST implementation

Sebastian Redl sebastian.redl at getdesigned.at
Sun Nov 9 08:00:54 PST 2008


Hi,

Attached patch implements parsing and AST support for typeid. It's not 
complete in that the type of a typeid expression is const void instead 
of const std::type_info, but otherwise everything should be correct. 
However, since this is my first big change of the parser and AST, I 
might well have overlooked something.

The work raises some questions about our handling of the C++ support 
library, but that's for its own thread.

Sebastian
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: typeid.patch
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20081109/662e1b7b/attachment.ksh>


More information about the cfe-dev mailing list