Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed two cplusplus projects to not conflict with the autotests. | Erik Verbruggen | 2010-09-15 | 2 | -1568/+0 |
| | |||||
* | C++: fixed completion in braceless statements following a control statement. | Erik Verbruggen | 2010-09-09 | 1 | -2/+3 |
| | | | | | | | | | | | - Changed generator to generate: - Changed AST::lastToken to return 1 if there is none - Changed Bind.cpp to set the scope of the block following a control statement to extend upto (and not including) the first token after the block. So basically, including any whitespace after the control statement. Reviewed-by: Roberto Raggi | ||||
* | Compile. | Roberto Raggi | 2010-08-12 | 1 | -12/+12 |
| | |||||
* | Compile. | Roberto Raggi | 2010-08-02 | 1 | -4/+2 |
| | |||||
* | Increased dumper accuracy by genererating the dumper methods. | Erik Verbruggen | 2010-07-06 | 1 | -3/+143 |
| | |||||
* | Removed the token cache. | Erik Verbruggen | 2010-07-02 | 1 | -8/+5 |
| | |||||
* | Changed use of ChangeSet. | Erik Verbruggen | 2010-07-01 | 1 | -2/+2 |
| | |||||
* | Added code generation for firstToken and lastToken. | Erik Verbruggen | 2010-06-24 | 2 | -9/+271 |
| | |||||
* | Added AST node constructor generation. | Erik Verbruggen | 2010-03-18 | 1 | -6/+86 |
| | |||||
* | Added check to see if the passed path is correct by checking if it contains ↵ | Erik Verbruggen | 2010-03-18 | 1 | -1/+6 |
| | | | | the file AST.h | ||||
* | Ensure that the memory pool can be reused after a rewind and get rid of the ↵ | Roberto Raggi | 2010-03-18 | 1 | -3/+2 |
| | | | | segmented array. | ||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -2/+2 |
| | |||||
* | Removed #ifdefs so all AST nodes are always there. | Erik Verbruggen | 2010-02-04 | 1 | -6/+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. | ||||
* | Added clone methods to the AST. | Erik Verbruggen | 2010-02-02 | 2 | -4/+161 |
| | |||||
* | Merge remote branch 'origin/1.3' | Oswald Buddenhagen | 2010-01-29 | 1 | -1/+1 |
| | | | | Trailing whitespace removal re-applied manually. | ||||
* | Fixed AST code generator for const identifiers. | Erik Verbruggen | 2010-01-29 | 1 | -9/+9 |
| | |||||
* | Add copyright headers. | Tobias Hunger | 2010-01-06 | 1 | -0/+28 |
| | | | | Reviewed-by: Roberto Raggi | ||||
* | Inital support for Q_D/Q_Q declarations. | Roberto Raggi | 2009-11-30 | 1 | -13/+13 |
| | |||||
* | Introduced ASTPatternBuilder | Roberto Raggi | 2009-11-16 | 1 | -12/+126 |
| | |||||
* | Introduced destructive pattern matching. | Roberto Raggi | 2009-11-16 | 1 | -170/+115 |
| | |||||
* | Also match the identifiers and the token types. | Roberto Raggi | 2009-11-13 | 1 | -1/+14 |
| | |||||
* | Fixed the generator. | Roberto Raggi | 2009-11-13 | 1 | -6/+63 |
| | |||||
* | New matchers | Roberto Raggi | 2009-11-13 | 1 | -23/+131 |
| | |||||
* | Initial work on the pattern matcher for AST nodes. | Roberto Raggi | 2009-11-12 | 1 | -53/+150 |
| | |||||
* | Store the copyright header in a global variable. | Roberto Raggi | 2009-11-10 | 1 | -29/+32 |
| | |||||
* | Added generator for the accept0 methods | Roberto Raggi | 2009-11-09 | 1 | -0/+228 |
| | | | | Done with Erik Verbruggen | ||||
* | Added AST forward declaration generation. | Roberto Raggi | 2009-11-09 | 1 | -44/+119 |
| | | | | Done with Erik Verbruggen | ||||
* | Cleanup | Roberto Raggi | 2009-11-09 | 1 | -52/+64 |
| | | | | Done with: Erik Verbruggen | ||||
* | Addeed generator for the cast methods. | Roberto Raggi | 2009-11-09 | 2 | -0/+254 |
Done with: erikv |