Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added scope calculation for Objective-C classes. | Erik Verbruggen | 2009-11-11 | 1 | -1/+1 |
| | |||||
* | Fixed the AST field names. | Roberto Raggi | 2009-11-10 | 1 | -6/+6 |
| | |||||
* | Ported the accept methods. | Roberto Raggi | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | Cleanup Postfix operators. | Roberto Raggi | 2009-11-10 | 1 | -2/+2 |
| | |||||
* | Cleanup NewArrayDeclaratorAST | Roberto Raggi | 2009-11-10 | 1 | -2/+4 |
| | |||||
* | Removed ObjCMessageArgumentListAST | Roberto Raggi | 2009-11-10 | 1 | -1/+1 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed the ExpressionListAST node. | Roberto Raggi | 2009-11-10 | 1 | -13/+5 |
| | | | | Done with Erik Verbruggen | ||||
* | Cleanup the C++ front-end. | Roberto Raggi | 2009-10-20 | 1 | -6/+2 |
| | | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT. | ||||
* | Removed Scope::addUse() | Roberto Raggi | 2009-09-23 | 1 | -23/+12 |
| | |||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Added Semantic checks for ObjC methods. | Erik Verbruggen | 2009-07-31 | 1 | -0/+25 |
| | |||||
* | Removing some unused semicolons after Q_UNUSED | Alessandro Portale | 2009-07-13 | 1 | -4/+4 |
| | | | | There were both variants, with and without extra semicolon. | ||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Check new-expressions. | Roberto Raggi | 2009-06-04 | 1 | -3/+16 |
| | |||||
* | Warn for undefined types (not finished yet). | Roberto Raggi | 2009-06-04 | 1 | -4/+11 |
| | |||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | --warnings | Roberto Raggi | 2009-02-16 | 1 | -1/+1 |
| | |||||
* | Revert now unnecessary checks for null-types | Thorbjørn Lindeijer | 2009-02-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | This reverts commits: c721304a4731a91a9e143a54d2ab3ef89526e05e 885d908ea336de72e7fce2141c1060e425f2af0a a0909989f7d71ee754cdb61202a519cabff25f7c fb4ad59ddbf727f13f29df6bcff80a88e1e1a319 0a9a67cf547701a278f19dbe2b9fb0a70a36cdb8 0d1624d4d1d5ce4e350476fbc86a361fad2ef6b8 d018cfd5cb4aad0101c321fe2fcf9b21598e9590 0504fdd00bce8d9580a52335093b57215f4272da a2fd10fe193dbf8369e43d7df9a59503c8853b2b Conflicts: src/plugins/cpptools/cppcodecompletion.cpp Reviewed-by: Roberto Raggi | ||||
* | Improved the implementation of new-expressions. | Roberto Raggi | 2009-02-10 | 1 | -2/+3 |
| | |||||
* | Fixes: Possible crash when parsing qt methods. | Roberto Raggi | 2009-02-09 | 1 | -2/+2 |
| | |||||
* | Reimplemented Type::as*Type() using virtual methods. | Roberto Raggi | 2009-02-09 | 1 | -1/+1 |
| | |||||
* | Fixes: move all files in shared/* to src/shared/* | hjk | 2009-01-26 | 1 | -0/+369 |