| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline | Roberto Raggi | 2009-02-17 | 1 | -1/+2 |
| |\ | |||||
| | * | Fixed handling of attribute specifiers in front of declaration | Thorbjørn Lindeijer | 2009-02-17 | 1 | -1/+2 |
| | | | | | | | | | Done with Roberto Raggi | ||||
| * | | --warnings | Roberto Raggi | 2009-02-16 | 2 | -1/+4 |
| | | | |||||
| * | | Added Type::isForwardClassDeclaration(). | Roberto Raggi | 2009-02-16 | 2 | -0/+4 |
| | | | |||||
| * | | Introduced support for forward class declarations. | Roberto Raggi | 2009-02-16 | 11 | -1/+131 |
| | | | |||||
| * | | Fixes: Implementation of NewExpressionAST::lastToken() | 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 | ||||
| * | | Fixed all crashes due to refencing undefined types | Thorbjørn Lindeijer | 2009-02-10 | 6 | -14/+42 |
| | | | | | | | | | | | | | Introduced UndefinedType class to replace null pointer. Done with Roberto Raggi | ||||
| * | | Improved the implementation of new-expressions. | Roberto Raggi | 2009-02-10 | 9 | -124/+238 |
| | | | |||||
| * | | Fixed two crashes with C++ engine handling | Thorbjørn Lindeijer | 2009-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | These checks are necessary cause of a recent change in the C++ engine. Reviewed-by: Roberto Raggi | ||||
| * | | Fixes: Visiting of case statements. | Roberto Raggi | 2009-02-10 | 1 | -0/+2 |
| | | | |||||
| * | | Fixes: Possible crash when parsing qt methods. | Roberto Raggi | 2009-02-09 | 1 | -2/+2 |
| | | | |||||
| * | | Fixes: Removed dynamic_cast from Scope. | Roberto Raggi | 2009-02-09 | 1 | -6/+24 |
| | | | |||||
| * | | Fixes: Possible crash in LookupContext. | Roberto Raggi | 2009-02-09 | 1 | -1/+3 |
| | | | |||||
| * | | Reimplemented Type::as*Type() using virtual methods. | Roberto Raggi | 2009-02-09 | 8 | -141/+133 |
| | | | |||||
| * | | Reimplemented Name::as*() using virtual functions. | Roberto Raggi | 2009-02-09 | 3 | -54/+54 |
| | | | |||||
| * | | Reimplemented Symbol::as*() methods using virtual functions. | Roberto Raggi | 2009-02-09 | 3 | -100/+100 |
| | | | |||||
| * | | Reimplemented the AST::as*AST() methods as virtual functions (as suggested ↵ | Roberto Raggi | 2009-02-09 | 2 | -424/+426 |
| | | | | | | | | | by andre). | ||||
| * | | Introduced ASTVisitor::endVisit(ast node) | Roberto Raggi | 2009-02-09 | 4 | -2/+231 |
| | | | |||||
| * | | Annotate function declarators. | Roberto Raggi | 2009-02-09 | 2 | -0/+4 |
| | | | |||||
| * | | More annotations. | Roberto Raggi | 2009-02-09 | 4 | -16/+52 |
| | | | |||||
| * | | Annotated NamespaceAST nodes. | Roberto Raggi | 2009-02-09 | 2 | -0/+4 |
| | | | |||||
| * | | Annotated the NameAST nodes. | Roberto Raggi | 2009-02-09 | 3 | -0/+13 |
| | | | |||||
| * | | Annotate the ClassSpecifierAST node with the class symbol. | Roberto Raggi | 2009-02-09 | 2 | -0/+4 |
| | | | |||||
| * | | Accept T_COLON_COLON only for the first objc message arg. | Roberto Raggi | 2009-02-06 | 1 | -1/+1 |
| | | | |||||
| * | | Fixes: Parsing of objc selector expressions. | Roberto Raggi | 2009-02-06 | 1 | -1/+32 |
| | | | |||||
| * | | Fixes: Parsing of objc method definitions. | Roberto Raggi | 2009-02-06 | 1 | -3/+4 |
| | | | |||||
| * | | Fixes: Parsing of block declarations in an @implementation block. | Roberto Raggi | 2009-02-06 | 1 | -2/+18 |
| | | | |||||
| * | | Added fast lookup of objc type qualifiers. | Roberto Raggi | 2009-02-05 | 4 | -12/+189 |
| | | | |||||
| * | | Fixes: Parsing objc method definitions. | Roberto Raggi | 2009-02-05 | 2 | -0/+38 |
| | | | |||||
| * | | Fixes: Parsing of GCC asm definitions. | Roberto Raggi | 2009-02-05 | 5 | -25/+92 |
| | | | |||||
| * | | Improved parsing of objc message expressions. | Roberto Raggi | 2009-02-05 | 1 | -7/+11 |
| | | | |||||
| * | | Fixes: Parsing of objc message expressions. | Roberto Raggi | 2009-02-05 | 2 | -1/+60 |
| | | | |||||
| * | | Fixes: Parsing of objc string literals and selector expressions. | Roberto Raggi | 2009-02-05 | 2 | -2/+45 |
| | | | |||||
| * | | Fixes: Parsing of objc protocol expressions. | Roberto Raggi | 2009-02-05 | 2 | -1/+15 |
| | | | |||||
| * | | Parse objc encode expressions. | Roberto Raggi | 2009-02-05 | 2 | -1/+13 |
| | | | |||||
| * | | Dummy method for the objc expressions. | Roberto Raggi | 2009-02-05 | 2 | -0/+31 |
| |/ | |||||
| * | Fixes: Parsing of wide char literals. | Roberto Raggi | 2009-01-29 | 1 | -1/+2 |
| | | |||||
| * | Fixes: move all files in shared/* to src/shared/* | hjk | 2009-01-26 | 70 | -0/+25410 |
