Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added semantic checks for Q_PROPERTY declarations. | Erik Verbruggen | 2010-02-22 | 1 | -0/+14 |
| | |||||
* | Fixed Q_PROPERTY parsing to handle all possible cases. | Erik Verbruggen | 2010-02-16 | 1 | -20/+3 |
| | |||||
* | Fixed local usage highlighting for ObjC message parameters. | Erik Verbruggen | 2010-02-11 | 1 | -2/+2 |
| | |||||
* | Removed Q_DECLARE_FLAGS parsing, leaving it to the CPP to expand it. | Erik Verbruggen | 2010-02-08 | 1 | -9/+0 |
| | |||||
* | Changed ObjC message arguments to have SimpleName for the name part. | Erik Verbruggen | 2010-02-08 | 1 | -12/+12 |
| | |||||
* | Changed Q_PROPERTY parsing and AST storage. | Erik Verbruggen | 2010-02-07 | 1 | -8/+11 |
| | |||||
* | Added semantic checks for Q_ENUMS. | Erik Verbruggen | 2010-02-07 | 1 | -27/+41 |
| | |||||
* | Reworked parts of the QtPropertyDeclaration parsing and handling. | Erik Verbruggen | 2010-02-07 | 1 | -4/+4 |
| | |||||
* | Removed #ifdefs so all AST nodes are always there. | Erik Verbruggen | 2010-02-04 | 1 | -1/+1 |
| | | | | | | Also removed the (conditional) invoke_token from DeclarationAST and use the qt_invokable_token to store the Q_INVOKABLE, and fixed the ASTMatch code generation. | ||||
* | Merge ichecker branch changes into the mainline. New project can be found ↵ | Wolfgang Beck | 2010-01-19 | 1 | -0/+36 |
| | | | | under src/tools/ICheck | ||||
* | Fix to selector parameter position. | Erik Verbruggen | 2010-01-06 | 1 | -7/+7 |
| | |||||
* | Create TypenameArgument symbols. | Roberto Raggi | 2009-12-08 | 1 | -2/+6 |
| | |||||
* | Added initializers to the formal arguments. | Roberto Raggi | 2009-12-08 | 1 | -2/+14 |
| | |||||
* | Store the names in a set. | Roberto Raggi | 2009-12-01 | 1 | -2/+3 |
| | |||||
* | Use const names. | Roberto Raggi | 2009-12-01 | 1 | -19/+19 |
| | |||||
* | Use const literals. | Roberto Raggi | 2009-12-01 | 1 | -2/+2 |
| | |||||
* | Fixed parsing of ctor-initializers and added a manual test for the AST matchers | Roberto Raggi | 2009-11-13 | 1 | -1/+3 |
| | |||||
* | Added symbols for property declarations. | Erik Verbruggen | 2009-11-11 | 1 | -35/+42 |
| | |||||
* | Added scope calculation for Objective-C classes. | Erik Verbruggen | 2009-11-11 | 1 | -3/+1 |
| | |||||
* | Fixed the AST field names. | Roberto Raggi | 2009-11-10 | 1 | -14/+14 |
| | |||||
* | Cleanup specifiers. | Roberto Raggi | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | Removed ObjCPropertyAttributeListAST | Roberto Raggi | 2009-11-10 | 1 | -1/+1 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed ObjCIdentifierListAST | Roberto Raggi | 2009-11-10 | 1 | -12/+12 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed DeclaratorListAST | Roberto Raggi | 2009-11-10 | 1 | -6/+6 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed DeclarationListAST node. | Roberto Raggi | 2009-11-10 | 1 | -5/+5 |
| | | | | Done with Erik Verbruggen | ||||
* | Process exception declarations. | Roberto Raggi | 2009-10-28 | 1 | -1/+22 |
| | |||||
* | Set the `virtual' attribute of a function definition. | Roberto Raggi | 2009-10-27 | 1 | -1/+2 |
| | |||||
* | Set the `virtual' attribute. | Roberto Raggi | 2009-10-27 | 1 | -0/+1 |
| | |||||
* | Changed ObjC context keyword comparison to use identifiers. | Erik Verbruggen | 2009-10-20 | 1 | -9/+9 |
| | |||||
* | Cleanup the C++ front-end. | Roberto Raggi | 2009-10-20 | 1 | -12/+10 |
| | | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT. | ||||
* | Check ctor-initializers. | Roberto Raggi | 2009-10-06 | 1 | -0/+7 |
| | |||||
* | Added protocol & class definedness checks, and added property attribute checks. | Erik Verbruggen | 2009-10-05 | 1 | -3/+114 |
| | |||||
* | Added the `isVirtual' attribute to Function. | Roberto Raggi | 2009-09-25 | 1 | -0/+1 |
| | |||||
* | Wee little cleanup. | Erik Verbruggen | 2009-09-21 | 1 | -5/+5 |
| | |||||
* | Introduced CPlusPlus::TemplateArguments and fixed a possible mem-leak when ↵ | Roberto Raggi | 2009-08-26 | 1 | -8/+10 |
| | | | | using template members. | ||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Fixed semantic checks for Objective-C methods and fast-enumeration. | Erik Verbruggen | 2009-08-05 | 1 | -11/+23 |
| | |||||
* | Cleaned the ObjC AST up. | Erik Verbruggen | 2009-08-05 | 1 | -5/+7 |
| | |||||
* | Merged ObjCMethodDefinitionAST into ObjCMethodDeclarationAST. | Erik Verbruggen | 2009-08-04 | 1 | -27/+1 |
| | |||||
* | Added Semantic checks for ObjC methods. | Erik Verbruggen | 2009-07-31 | 1 | -0/+30 |
| | |||||
* | Improved ObjC parsing, and added semantic checks. | Erik Verbruggen | 2009-07-28 | 1 | -0/+142 |
| | |||||
* | Removing some unused semicolons after Q_UNUSED | Alessandro Portale | 2009-07-13 | 1 | -1/+1 |
| | | | | There were both variants, with and without extra semicolon. | ||||
* | Introduced ForeachStatementAST and the bits to parse foreach statements when ↵ | Roberto Raggi | 2009-07-03 | 1 | -1/+1 |
| | | | | qtMocRun is enabled. | ||||
* | Introduced Document::CheckMode. | Roberto Raggi | 2009-06-26 | 1 | -16/+18 |
| | |||||
* | Initial work on smart highlight of local symbols. For-statements and symbols ↵ | Roberto Raggi | 2009-06-25 | 1 | -9/+26 |
| | | | | genarated from a macro expansion are not yet highlighted. | ||||
* | Some cleanup in the AST nodes. | Roberto Raggi | 2009-06-17 | 1 | -18/+5 |
| | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Check the declarator's initializer. | Roberto Raggi | 2009-06-04 | 1 | -0/+5 |
| | |||||
* | Introduced startOffset(), endOffset(), getPosition(), getStartPosition(), ↵ | Roberto Raggi | 2009-03-31 | 1 | -0/+8 |
| | | | | and getEndPosition(). | ||||
* | Added support for Q_SIGNAL and Q_SLOT. | Roberto Raggi | 2009-03-25 | 1 | -0/+15 |
| |