summaryrefslogtreecommitdiff
path: root/shared/cplusplus/AST.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-3985/+0
|
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* Added support for C99 compound literals.Roberto Raggi2009-01-131-0/+39
|
* Improved ObjC++ support.Roberto Raggi2009-01-121-0/+12
|
* Parse ObjC @class declarations.Roberto Raggi2009-01-081-0/+67
|
* Added the ability to clone AST nodes. Please, note that this is not finished ↵Roberto Raggi2009-01-071-2/+1049
| | | | yet. So don't try to use it.
* Implemented ExpressionListAST::accept().Roberto Raggi2009-01-061-2/+6
|
* Accept the next-declarator in NewDeclaratorAST::accept() and implemented ↵Roberto Raggi2009-01-061-4/+10
| | | | NewDeclarator::lastToken().
* WhileStatementAST::lastToken().Roberto Raggi2009-01-061-2/+7
|
* UsingDirectiveAST::lastToken().Roberto Raggi2009-01-061-2/+7
|
* UsingAST::lastToken().Roberto Raggi2009-01-061-3/+7
|
* TypenameTypeParameterAST::lastToken().Roberto Raggi2009-01-061-1/+0
|
* TypenameCallExpressionAST::lastToken().Roberto Raggi2009-01-061-2/+14
|
* TypeidExpressionAST::lastToken().Roberto Raggi2009-01-061-2/+8
|
* TypeIdAST::lastToken().Roberto Raggi2009-01-061-2/+7
|
* TypeConstructorCallAST::lastToken().Roberto Raggi2009-01-061-6/+20
|
* TemplateTypeParameterAST::lastToken().Roberto Raggi2009-01-061-2/+12
|
* TemplateIdAST::lastToken().Roberto Raggi2009-01-061-2/+12
|
* TemplateDeclarationAST::lastToken().Roberto Raggi2009-01-061-3/+17
|
* TemplateArgumentListAST::lastToken().Roberto Raggi2009-01-061-3/+2
|
* SwitchStatementAST::lastToken().Roberto Raggi2009-01-061-7/+7
|
* SimpleDeclarationAST::lastToken().Roberto Raggi2009-01-061-6/+9
|
* QualifiedNameAST::lastToken().Roberto Raggi2009-01-061-6/+10
|
* PointerToMemberAST::lastToken().Roberto Raggi2009-01-061-3/+13
|
* ParamterDeclarationAST::lastToken() and ↵Roberto Raggi2009-01-061-3/+2
| | | | ParameterDeclarationClauseAST::lastToken().
* More *AST::lastToken().Roberto Raggi2009-01-061-4/+4
|
* Implemented NewExpressionAST::lastToken() and NewInitializerAST::lastToken().Roberto Raggi2009-01-061-4/+11
|
* Implemented NestedExpressionAST::lastToken()Roberto Raggi2009-01-051-4/+8
|
* Implemented NestedDeclaratorAST::lastToken().Roberto Raggi2009-01-051-2/+5
|
* Implemented NamespaceAliasDefinitionAST::lastToken().Roberto Raggi2009-01-051-2/+9
|
* Implemented NamespaceAST::lastToken().Roberto Raggi2009-01-051-2/+7
|
* Implemented MemberAccessAST::lastToken().Roberto Raggi2009-01-051-1/+2
|
* Implemented MemInitializerAST::lastToken().Roberto Raggi2009-01-051-3/+7
|
* Implemented LinkageBodyAST::lastToken().Roberto Raggi2009-01-051-2/+9
|
* Implemented LabeledStatementAST::lastToken().Roberto Raggi2009-01-051-2/+3
|
* Implemented IfStatementAST::lastToken().Roberto Raggi2009-01-051-2/+7
|
* Implemented GotoStatementAST::lastToken().Roberto Raggi2009-01-051-2/+7
|
* Implemented FunctionDefinitionAST::lastToken().Roberto Raggi2009-01-051-2/+10
|
* Implemented FunctionDeclaratorAST::lastToken().Roberto Raggi2009-01-051-7/+11
|
* Implemented ForStatementAST::lastToken().Roberto Raggi2009-01-051-8/+22
|
* Implemented ExceptionSpecificationAST::lastToken().Roberto Raggi2009-01-021-2/+14
|
* Implemented ExceptionDeclarationAST::lastToken().Roberto Raggi2009-01-021-3/+6
|
* Implemented EnumeratorAST::lastToken().Roberto Raggi2009-01-021-2/+1
|
* Implemented EnumSpecifierAST::lastToken().Roberto Raggi2009-01-021-4/+14
|
* Implemented DoStatementAST::lastToken().Roberto Raggi2009-01-021-2/+13
|
* Implemented DestructorNameAST::lastToken().Roberto Raggi2009-01-021-2/+3
|
* Implemented DeleteExpressionAST::lastToken().Roberto Raggi2009-01-021-5/+5
|
* Implemented DeclaratorAST::firstToken(), and DeclaratorAST::lastToken().Roberto Raggi2009-01-021-10/+25
|
* Initial work on *AST::lastToken().Roberto Raggi2009-01-021-54/+193
|
* Fixed SimpleDeclarationAST::firstToken().Roberto Raggi2009-01-021-9/+6
|