[cfe-dev] C++ PATCH: Basic inheritance syntax, semantics

Argiris Kirtzidis akyrtzi at gmail.com
Sun Apr 13 17:13:43 PDT 2008


Doug Gregor wrote:
>>  Nice.  One non-technical thing I should mention: Argiris is scheduled to
>> implement class-related (methods, instance vars, etc) parsing and sema for
>> google summer of code, which should start in a couple(?) weeks.  I (as his
>> mentor) have no problem with him working on other stuff if he prefers, but
>> you guys should probably sync up so that you don't step on each others toes.
>>     
>
> I'm happy to leave the class-related bits to Argiris. Thanks for the heads-up.
>   

Thanks Doug! Just FYI, here's the deliverables of the proposal:

-classes with nested types (nested classes/typedefs)
-basic method support
---inline member function definitions
---member function declarations
---member function definitions outside of class definition
---use of instance variables and class nested types inside a member function
-access specifier for class members
-forbidding use of private/protected data member references outside of 
class methods

I also have a C++ namespaces patch on queue waiting until I sort out 
some name-lookup things first.

I'm really glad that there's another developer pushing for C++ support 
too! :)


-Argiris




More information about the cfe-dev mailing list