summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/AST.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed ObjCIdentifierListASTRoberto Raggi2009-11-101-29/+9
* Removed TemplateArgumentListASTRoberto Raggi2009-11-101-18/+2
* Removed DeclaratorListASTRoberto Raggi2009-11-101-19/+0
* Removed StatementListASTRoberto Raggi2009-11-101-17/+1
* Removed DeclarationListAST node.Roberto Raggi2009-11-101-16/+1
* Removed the ExpressionListAST node.Roberto Raggi2009-11-101-43/+15
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-2/+2
* Added protocol & class definedness checks, and added property attribute checks.Erik Verbruggen2009-10-051-0/+2
* long live the kinghjk2009-08-141-1/+1
* Cleaned the ObjC AST up.Erik Verbruggen2009-08-051-102/+26
* Merged ObjCMethodDefinitionAST into ObjCMethodDeclarationAST.Erik Verbruggen2009-08-041-13/+1
* Added @synchronized parsing for Objective-C.Erik Verbruggen2009-07-311-0/+14
* Added Semantic checks for ObjC methods.Erik Verbruggen2009-07-311-5/+6
* Fix for ObjC fast-enumeration parsing.Erik Verbruggen2009-07-291-0/+4
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-33/+99
* Fixes for the ObjC AST. Now it should be complete.Erik Verbruggen2009-07-201-1/+30
* Added more AST for ObjC.Erik Verbruggen2009-07-201-0/+149
* Added ObjC method prototypes to the AST.Erik Verbruggen2009-07-161-0/+58
* Added ObjC properties to the AST.Erik Verbruggen2009-07-161-23/+76
* Added ObjC @interface and @implementation member declarations.Erik Verbruggen2009-07-161-0/+50
* Added ObjC encode expressions.Erik Verbruggen2009-07-161-0/+32
* Added ObjC protocol expressions.Erik Verbruggen2009-07-161-0/+19
* AST additions for ObjC send_msg.Erik Verbruggen2009-07-151-2/+42
* Added AST for a bit of ObjC.Erik Verbruggen2009-07-131-0/+116
* Introduced ForeachStatementAST and the bits to parse foreach statements when ...Roberto Raggi2009-07-031-0/+18
* Improved compatibility with the gcc extensions.Roberto Raggi2009-06-181-1/+8
* Some cleanup in the AST nodes.Roberto Raggi2009-06-171-12/+40
* Generated the methods to accept AST nodes.Roberto Raggi2009-06-171-802/+0
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Merge commit 'origin/1.2'con2009-06-161-6/+12
|\
| * Fixed crash in SimpleDeclarationAST::lastToken()Roberto Raggi2009-06-161-6/+12
* | AST cloning.Roberto Raggi2009-06-051-1105/+0
* | cleanupRoberto Raggi2009-06-051-25/+25
|/
* Extended the AST with references to more tokensThorbjørn Lindeijer2009-05-111-0/+9
* Visit the parameters, the cv qualifiers and exceptionsRoberto Raggi2009-03-171-0/+4
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Fixes: Implementation of NewExpressionAST::lastToken()Roberto Raggi2009-02-161-1/+1
* Improved the implementation of new-expressions.Roberto Raggi2009-02-101-44/+70
* Fixes: Visiting of case statements.Roberto Raggi2009-02-101-0/+2
* Reimplemented the AST::as*AST() methods as virtual functions (as suggested by...Roberto Raggi2009-02-091-318/+0
* Introduced ASTVisitor::endVisit(ast node)Roberto Raggi2009-02-091-2/+103
* Fixes: Parsing of GCC asm definitions.Roberto Raggi2009-02-051-10/+4
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+3985