Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improved ObjC parsing, and added semantic checks. | Erik Verbruggen | 2009-07-28 | 1 | -20/+173 | |
| | ||||||
* | Fixes for the ObjC AST. Now it should be complete. | Erik Verbruggen | 2009-07-20 | 1 | -1/+40 | |
| | ||||||
* | Added more AST for ObjC. | Erik Verbruggen | 2009-07-20 | 1 | -0/+153 | |
| | ||||||
* | Added ObjC method prototypes to the AST. | Erik Verbruggen | 2009-07-16 | 1 | -0/+62 | |
| | ||||||
* | Added ObjC properties to the AST. | Erik Verbruggen | 2009-07-16 | 1 | -15/+63 | |
| | ||||||
* | Added ObjC @interface and @implementation member declarations. | Erik Verbruggen | 2009-07-16 | 1 | -0/+58 | |
| | ||||||
* | Added ObjC encode expressions. | Erik Verbruggen | 2009-07-16 | 1 | -0/+40 | |
| | ||||||
* | Added ObjC protocol expressions. | Erik Verbruggen | 2009-07-16 | 1 | -0/+21 | |
| | ||||||
* | AST additions for ObjC send_msg. | Erik Verbruggen | 2009-07-15 | 1 | -1/+41 | |
| | ||||||
* | Added AST for a bit of ObjC. | Erik Verbruggen | 2009-07-13 | 1 | -0/+134 | |
| | ||||||
* | Introduced ForeachStatementAST and the bits to parse foreach statements when ↵ | Roberto Raggi | 2009-07-03 | 1 | -0/+32 | |
| | | | | qtMocRun is enabled. | |||||
* | Improved compatibility with the gcc extensions. | Roberto Raggi | 2009-06-18 | 1 | -1/+2 | |
| | ||||||
* | Don't search for undefined symbols in ambiguous typeof expressions. | Roberto Raggi | 2009-06-18 | 1 | -0/+2 | |
| | ||||||
* | Some cleanup in the AST nodes. | Roberto Raggi | 2009-06-17 | 1 | -14/+46 | |
| | ||||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 | |
| | | | | Reviewed-by: Trust Me | |||||
* | Fixed AST::asName() cast. | Roberto Raggi | 2009-06-08 | 1 | -0/+2 | |
| | ||||||
* | cleanup | Roberto Raggi | 2009-06-05 | 1 | -7/+7 | |
| | ||||||
* | Extended the AST with references to more tokens | Thorbjørn Lindeijer | 2009-05-11 | 1 | -0/+10 | |
| | | | | | | | | 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 | |||||
* | Added support for Q_SIGNAL and Q_SLOT. | Roberto Raggi | 2009-03-25 | 1 | -0/+2 | |
| | ||||||
* | Check for ambigious function-declarators/cpp-initializers. | Roberto Raggi | 2009-03-17 | 1 | -0/+1 | |
| | ||||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 | |
| | ||||||
* | Improved the implementation of new-expressions. | Roberto Raggi | 2009-02-10 | 1 | -9/+37 | |
| | ||||||
* | Reimplemented the AST::as*AST() methods as virtual functions (as suggested ↵ | Roberto Raggi | 2009-02-09 | 1 | -106/+426 | |
| | | | | by andre). | |||||
* | Introduced ASTVisitor::endVisit(ast node) | Roberto Raggi | 2009-02-09 | 1 | -0/+18 | |
| | ||||||
* | Annotate function declarators. | Roberto Raggi | 2009-02-09 | 1 | -0/+3 | |
| | ||||||
* | More annotations. | Roberto Raggi | 2009-02-09 | 1 | -3/+38 | |
| | ||||||
* | Annotated NamespaceAST nodes. | Roberto Raggi | 2009-02-09 | 1 | -0/+3 | |
| | ||||||
* | Annotated the NameAST nodes. | Roberto Raggi | 2009-02-09 | 1 | -0/+6 | |
| | ||||||
* | Annotate the ClassSpecifierAST node with the class symbol. | Roberto Raggi | 2009-02-09 | 1 | -0/+3 | |
| | ||||||
* | Fixes: Parsing of GCC asm definitions. | Roberto Raggi | 2009-02-05 | 1 | -1/+3 | |
| | ||||||
* | Fixes: move all files in shared/* to src/shared/* | hjk | 2009-01-26 | 1 | -0/+1989 | |