Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo | Roberto Raggi | 2009-06-03 | 1 | -2/+2 |
| | |||||
* | Added Symbol::enclosingNamespaceScope(), Symbol::enclosingClassScope(), and ↵ | Roberto Raggi | 2009-06-03 | 2 | -0/+71 |
| | | | | so on... | ||||
* | Made the C++ front-end more Creator-friendly. | Roberto Raggi | 2009-06-03 | 1 | -1/+2 |
| | |||||
* | Initial support for semantic searches. | Roberto Raggi | 2009-06-02 | 2 | -0/+8 |
| | |||||
* | Introduced Name::identifier(). | Roberto Raggi | 2009-05-28 | 5 | -3/+34 |
| | | | | Name::identifier() returns the identifier used to declare the name. | ||||
* | Removed hidden function declarations from the overloaded function set. | Roberto Raggi | 2009-05-19 | 1 | -0/+5 |
| | |||||
* | Made a start on correcting indentation | Thorbjørn Lindeijer | 2009-05-13 | 1 | -2/+31 |
| | |||||
* | Rewrote PrettyPrinter to output the document exactly as it was before | Thorbjørn Lindeijer | 2009-05-11 | 4 | -423/+262 |
| | | | | | | | | This means at the moment the PrettyPrinter isn't doing anything useful, but the idea is that from here we can improve it to adapt the code to a certain style. Reviewed-by: Roberto Raggi | ||||
* | Extended the AST with references to more tokens | Thorbjørn Lindeijer | 2009-05-11 | 4 | -24/+53 |
| | | | | | | | | Mainly comma tokens. Referencing all tokens is necessary to be able to implement pretty-printing based on the AST while maintaining user formatting. Reviewed-by: Roberto Raggi | ||||
* | Fixed parsing of ambiguous name ids. | Roberto Raggi | 2009-04-28 | 1 | -0/+4 |
| | |||||
* | Fixed the signature of Symbol::getPosition() & co. | Roberto Raggi | 2009-03-31 | 2 | -6/+6 |
| | |||||
* | Introduced startOffset(), endOffset(), getPosition(), getStartPosition(), ↵ | Roberto Raggi | 2009-03-31 | 5 | -0/+49 |
| | | | | and getEndPosition(). | ||||
* | Added Document::ParseDeclarator. | Roberto Raggi | 2009-03-30 | 2 | -0/+7 |
| | |||||
* | Moved some complicated checks into convenience functions | Thorbjørn Lindeijer | 2009-03-26 | 2 | -0/+18 |
| | |||||
* | Added support for Q_SIGNAL and Q_SLOT. | Roberto Raggi | 2009-03-25 | 6 | -3/+57 |
| | |||||
* | Support Doxygen comment style after members | Thorbjørn Lindeijer | 2009-03-20 | 1 | -0/+6 |
| | | | | | | Forms /**<, /*!<, ///< and //!<. Done with Roberto Raggi. | ||||
* | Don't insert `(' when completing ambiguous symbols. | Roberto Raggi | 2009-03-17 | 3 | -0/+11 |
| | |||||
* | Check for ambigious function-declarators/cpp-initializers. | Roberto Raggi | 2009-03-17 | 2 | -0/+23 |
| | |||||
* | Prefer C++ Initializer when parsing init-declarators. | Roberto Raggi | 2009-03-17 | 2 | -3/+22 |
| | |||||
* | Visit the parameters, the cv qualifiers and exceptions | Roberto Raggi | 2009-03-17 | 1 | -0/+4 |
| | |||||
* | Added ASTVisitor::getTokenStartPosition() and ASTVisitor::getTokenEndPosition(). | Roberto Raggi | 2009-03-06 | 2 | -0/+24 |
| | |||||
* | Added a fwd declaration for the class Token. | Roberto Raggi | 2009-03-06 | 1 | -0/+1 |
| | |||||
* | Ignore the symbol's column for generated symbols (at least for now). | Roberto Raggi | 2009-03-04 | 2 | -4/+19 |
| | |||||
* | Mark the generated tokens in the token stream. | Roberto Raggi | 2009-03-04 | 1 | -9/+25 |
| | |||||
* | Context-sensitive highlighting. | Roberto Raggi | 2009-03-03 | 4 | -23/+74 |
| | |||||
* | Added a bit to annotate the generated tokens. | Roberto Raggi | 2009-03-03 | 1 | -1/+2 |
| | |||||
* | Fixed: Parsing of /**/ tokens. | Roberto Raggi | 2009-03-02 | 1 | -0/+6 |
| | |||||
* | Improved matching of qdox/doxygen comments. | Roberto Raggi | 2009-03-02 | 1 | -1/+8 |
| | |||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 69 | -1449/+1173 |
| | |||||
* | Fixed highlighting of comment closing element */ | Thorbjørn Lindeijer | 2009-02-20 | 1 | -2/+3 |
| | | | | | | | Was taking the wrong state, causing it to appear in Doxygen style instead of as a normal comment. Fix by Roberto Raggi | ||||
* | Initial support for doxygen comments. | Roberto Raggi | 2009-02-20 | 4 | -13/+40 |
| | |||||
* | Warning for using-directive in class scope. | Roberto Raggi | 2009-02-19 | 1 | -0/+5 |
| | |||||
* | Instroduced TranslationUnit::spell(tokenIndex). | Roberto Raggi | 2009-02-19 | 3 | -6/+10 |
| | |||||
* | Fixes: Export the pretty printer. | Roberto Raggi | 2009-02-18 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |