[cfe-commits] Parsing C++ new - revision
Sebastian Redl
sebastian.redl at getdesigned.at
Thu Nov 27 13:57:16 PST 2008
Hi,
Sending an updated version of my revision of the new support. This
passes a Declarator to Sema instead of extracting the type from it
itself. This leads to a much nicer interface for the Sema and the AST.
However, it also loses something in statement printing, because I can't
print an array new correctly without access to an ASTContext. (No such
thing in StmtPrinter that I can find.)
Sebastian
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: new-delete.patch
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20081127/8ff94db1/attachment.ksh>
More information about the cfe-commits
mailing list