summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckDeclaration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removing some unused semicolons after Q_UNUSEDAlessandro Portale2009-07-131-1/+1
* Introduced ForeachStatementAST and the bits to parse foreach statements when ...Roberto Raggi2009-07-031-1/+1
* Introduced Document::CheckMode.Roberto Raggi2009-06-261-16/+18
* Initial work on smart highlight of local symbols. For-statements and symbols ...Roberto Raggi2009-06-251-9/+26
* Some cleanup in the AST nodes.Roberto Raggi2009-06-171-18/+5
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Check the declarator's initializer.Roberto Raggi2009-06-041-0/+5
* Introduced startOffset(), endOffset(), getPosition(), getStartPosition(), and...Roberto Raggi2009-03-311-0/+8
* Added support for Q_SIGNAL and Q_SLOT.Roberto Raggi2009-03-251-0/+15
* Context-sensitive highlighting.Roberto Raggi2009-03-031-14/+51
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Warning for using-directive in class scope.Roberto Raggi2009-02-191-0/+5
* Introduced support for forward class declarations.Roberto Raggi2009-02-161-0/+17
* Reimplemented Type::as*Type() using virtual methods.Roberto Raggi2009-02-091-6/+7
* More annotations.Roberto Raggi2009-02-091-10/+12
* Annotated NamespaceAST nodes.Roberto Raggi2009-02-091-0/+1
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+374