[cfe-dev] clang C++ volunteer

Justin Handville uniheliodem at gmail.com
Thu Sep 6 04:57:59 PDT 2007


> The C++ support is in an *extremely* early phase right now. There's
> only named operators, bool, parsing for C++ casts, and references in
> there right now. Some of the things to be done with the C++ casts and
> references are:
>
>         - Do semantic analysis for reference initialization.
>         - Do semantic analysis for casts.
>
> There's obviously a lot more to do. I would suggest taking small
> steps; learning the code base and its architecture by adding smaller
> features of the language. As far as a specific list of items, there
> isn't any official one. Though I'd start with the two I mentioned
> above (I have some code for the second of those, if you'd like to see
> it) and proceed from there.

Yes, I would be interested in seeing what you have so far to implement
semantic analysis for casts.  I'll start digging into the code base
tonight to see how the AST is implemented.



More information about the cfe-dev mailing list