Mentions légales du service

Skip to content

add constructors and destructors

LAWALL Julia requested to merge redo_classes into master

Reorganize parsing for C++ classes to allow all kinds of top level declarations in a class.

Add a case for constructors and destructors.

Not sure that the constructorname token is still useful, but we can leave that for another patch.

The parsing for Tconstructorname may be useful for the ConstructorField and DestructurField cases.

Support final.

Merge request reports