Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed ObjCIdentifierListAST | Roberto Raggi | 2009-11-10 | 1 | -29/+9 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed TemplateArgumentListAST | Roberto Raggi | 2009-11-10 | 1 | -18/+2 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed DeclaratorListAST | Roberto Raggi | 2009-11-10 | 1 | -19/+0 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed StatementListAST | Roberto Raggi | 2009-11-10 | 1 | -17/+1 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed DeclarationListAST node. | Roberto Raggi | 2009-11-10 | 1 | -16/+1 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed the ExpressionListAST node. | Roberto Raggi | 2009-11-10 | 1 | -43/+15 |
| | | | | Done with Erik Verbruggen | ||||
* | Cleanup the C++ front-end. | Roberto Raggi | 2009-10-20 | 1 | -2/+2 |
| | | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT. | ||||
* | Added protocol & class definedness checks, and added property attribute checks. | Erik Verbruggen | 2009-10-05 | 1 | -0/+2 |
| | |||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Cleaned the ObjC AST up. | Erik Verbruggen | 2009-08-05 | 1 | -102/+26 |
| | |||||
* | Merged ObjCMethodDefinitionAST into ObjCMethodDeclarationAST. | Erik Verbruggen | 2009-08-04 | 1 | -13/+1 |
| | |||||
* | Added @synchronized parsing for Objective-C. | Erik Verbruggen | 2009-07-31 | 1 | -0/+14 |
| | |||||
* | Added Semantic checks for ObjC methods. | Erik Verbruggen | 2009-07-31 | 1 | -5/+6 |
| | |||||
* | Fix for ObjC fast-enumeration parsing. | Erik Verbruggen | 2009-07-29 | 1 | -0/+4 |
| | |||||
* | Improved ObjC parsing, and added semantic checks. | Erik Verbruggen | 2009-07-28 | 1 | -33/+99 |
| | |||||
* | Fixes for the ObjC AST. Now it should be complete. | Erik Verbruggen | 2009-07-20 | 1 | -1/+30 |
| | |||||
* | Added more AST for ObjC. | Erik Verbruggen | 2009-07-20 | 1 | -0/+149 |
| | |||||
* | Added ObjC method prototypes to the AST. | Erik Verbruggen | 2009-07-16 | 1 | -0/+58 |
| | |||||
* | Added ObjC properties to the AST. | Erik Verbruggen | 2009-07-16 | 1 | -23/+76 |
| | |||||
* | Added ObjC @interface and @implementation member declarations. | Erik Verbruggen | 2009-07-16 | 1 | -0/+50 |
| | |||||
* | Added ObjC encode expressions. | Erik Verbruggen | 2009-07-16 | 1 | -0/+32 |
| | |||||
* | Added ObjC protocol expressions. | Erik Verbruggen | 2009-07-16 | 1 | -0/+19 |
| | |||||
* | AST additions for ObjC send_msg. | Erik Verbruggen | 2009-07-15 | 1 | -2/+42 |
| | |||||
* | Added AST for a bit of ObjC. | Erik Verbruggen | 2009-07-13 | 1 | -0/+116 |
| | |||||
* | Introduced ForeachStatementAST and the bits to parse foreach statements when ↵ | Roberto Raggi | 2009-07-03 | 1 | -0/+18 |
| | | | | qtMocRun is enabled. | ||||
* | Improved compatibility with the gcc extensions. | Roberto Raggi | 2009-06-18 | 1 | -1/+8 |
| | |||||
* | Some cleanup in the AST nodes. | Roberto Raggi | 2009-06-17 | 1 | -12/+40 |
| | |||||
* | Generated the methods to accept AST nodes. | Roberto Raggi | 2009-06-17 | 1 | -802/+0 |
| | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Merge commit 'origin/1.2' | con | 2009-06-16 | 1 | -6/+12 |
|\ | |||||
| * | Fixed crash in SimpleDeclarationAST::lastToken() | Roberto Raggi | 2009-06-16 | 1 | -6/+12 |
| | | |||||
* | | AST cloning. | Roberto Raggi | 2009-06-05 | 1 | -1105/+0 |
| | | |||||
* | | cleanup | Roberto Raggi | 2009-06-05 | 1 | -25/+25 |
|/ | |||||
* | Extended the AST with references to more tokens | Thorbjørn Lindeijer | 2009-05-11 | 1 | -0/+9 |
| | | | | | | | | Mainly comma tokens. Referencing all tokens is necessary to be able to implement pretty-printing based on the AST while maintaining user formatting. Reviewed-by: Roberto Raggi | ||||
* | Visit the parameters, the cv qualifiers and exceptions | Roberto Raggi | 2009-03-17 | 1 | -0/+4 |
| | |||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | Fixes: Implementation of NewExpressionAST::lastToken() | Roberto Raggi | 2009-02-16 | 1 | -1/+1 |
| | |||||
* | Improved the implementation of new-expressions. | Roberto Raggi | 2009-02-10 | 1 | -44/+70 |
| | |||||
* | Fixes: Visiting of case statements. | Roberto Raggi | 2009-02-10 | 1 | -0/+2 |
| | |||||
* | Reimplemented the AST::as*AST() methods as virtual functions (as suggested ↵ | Roberto Raggi | 2009-02-09 | 1 | -318/+0 |
| | | | | by andre). | ||||
* | Introduced ASTVisitor::endVisit(ast node) | Roberto Raggi | 2009-02-09 | 1 | -2/+103 |
| | |||||
* | Fixes: Parsing of GCC asm definitions. | Roberto Raggi | 2009-02-05 | 1 | -10/+4 |
| | |||||
* | Fixes: move all files in shared/* to src/shared/* | hjk | 2009-01-26 | 1 | -0/+3985 |