[cfe-dev] [PATCH]: Parsing for C++ classes

Argiris Kirtzidis akyrtzi at gmail.com
Tue Jun 24 06:28:40 PDT 2008


Hi,

I incorporated the excellent feedback by Chris and Eli and I'm posting a 
new Parser patch for C++ classes.
The main differences with the previous one are:

-The C++ class parser is more simplified and "naive", and almost all 
checks are deferred to Sema.
-There's a new Parser::ConsumeAndStoreUntil method, instead of the 
templated ConsumeUntil. SkipUntil is untouched.
-New Action methods: ActOnCXXMemberDeclarator and 
ActOnFinishCXXMemberSpecification.


-Argiris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: class-parse-2.patch
Type: text/x-diff
Size: 25348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20080624/8e5781d8/attachment.patch>


More information about the cfe-dev mailing list