Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/ | Oswald Buddenhagen | 2011-05-16 | 1 | -187/+0 |
| | | | | Approved-by: legal | ||||
* | Fix/add copyright headers | Tobias Hunger | 2011-05-06 | 1 | -1/+1 |
| | | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2 | ||||
* | Update license. | hjk | 2011-04-13 | 1 | -14/+13 |
| | |||||
* | s:// end of namespace :// namespace :g for consistency | hjk | 2011-02-04 | 1 | -1/+1 |
| | | | | We use the latter style everywhere else to signify the end of a namespace block. | ||||
* | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| | | | | Reviewed-by: hjk | ||||
* | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| | |||||
* | Introduced IdExpressionAST. | Roberto Raggi | 2010-08-02 | 1 | -0/+1 |
| | |||||
* | Get rid of PostfixExpressionAST and store the base expression together with ↵ | Roberto Raggi | 2010-06-23 | 1 | -1/+0 |
| | | | | the PostfixAST nodes. | ||||
* | Parse C++ 0x argument packs. | Roberto Raggi | 2010-03-25 | 1 | -0/+1 |
| | |||||
* | Recognize C++0x lambda expressions. | Roberto Raggi | 2010-03-24 | 1 | -0/+6 |
| | |||||
* | Parse and create AST nodes for the Q_MOC_RUN extensions. | Roberto Raggi | 2010-03-17 | 1 | -0/+2 |
| | |||||
* | Added parser support for Q_INTERFACES. | Erik Verbruggen | 2010-03-17 | 1 | -0/+2 |
| | |||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Simplified ObjC selectors in the AST. | Erik Verbruggen | 2010-02-23 | 1 | -2/+1 |
| | |||||
* | Fixed Q_PROPERTY parsing to handle all possible cases. | Erik Verbruggen | 2010-02-16 | 1 | -3/+1 |
| | |||||
* | Revert "Added Objective-C @try block parsing." | Erik Verbruggen | 2010-02-15 | 1 | -4/+0 |
| | | | | This reverts commit f4163b8ba01cd1a4f5d91c83a3863939b7809375. | ||||
* | Added Objective-C @try block parsing. | Erik Verbruggen | 2010-02-15 | 1 | -0/+4 |
| | |||||
* | Removed Q_DECLARE_FLAGS parsing, leaving it to the CPP to expand it. | Erik Verbruggen | 2010-02-08 | 1 | -1/+0 |
| | |||||
* | Changed Q_PROPERTY parsing and AST storage. | Erik Verbruggen | 2010-02-07 | 1 | -0/+3 |
| | |||||
* | Reworked parts of the QtPropertyDeclaration parsing and handling. | Erik Verbruggen | 2010-02-07 | 1 | -4/+4 |
| | |||||
* | Added AST nodes for compound expressions (a GNU extension). | Erik Verbruggen | 2010-02-07 | 1 | -0/+1 |
| | |||||
* | Removed #ifdefs so all AST nodes are always there. | Erik Verbruggen | 2010-02-04 | 1 | -2/+0 |
| | | | | | | 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/+6 |
| | | | | under src/tools/ICheck | ||||
* | Inital support for Q_D/Q_Q declarations. | Roberto Raggi | 2009-11-30 | 1 | -0/+1 |
| | |||||
* | Get rid off translationUnit | Roberto Raggi | 2009-11-25 | 1 | -6/+1 |
| | |||||
* | Introduced destructive pattern matching. | Roberto Raggi | 2009-11-16 | 1 | -5/+1 |
| | |||||
* | Pass the translation units to the matcher. | Roberto Raggi | 2009-11-13 | 1 | -26/+4 |
| | |||||
* | Also match the identifiers and the token types. | Roberto Raggi | 2009-11-13 | 1 | -0/+2 |
| | |||||
* | Fixed the coding style. | Roberto Raggi | 2009-11-13 | 1 | -1/+3 |
| | |||||
* | Initial work on the pattern matcher for AST nodes. | Roberto Raggi | 2009-11-12 | 1 | -0/+195 |