summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckDeclaration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed parsing of ctor-initializers and added a manual test for the AST matchersRoberto Raggi2009-11-131-1/+3
|
* Added symbols for property declarations.Erik Verbruggen2009-11-111-35/+42
|
* Added scope calculation for Objective-C classes.Erik Verbruggen2009-11-111-3/+1
|
* Fixed the AST field names.Roberto Raggi2009-11-101-14/+14
|
* Cleanup specifiers.Roberto Raggi2009-11-101-1/+1
|
* Removed ObjCPropertyAttributeListASTRoberto Raggi2009-11-101-1/+1
| | | | Done with Erik Verbruggen
* Removed ObjCIdentifierListASTRoberto Raggi2009-11-101-12/+12
| | | | Done with Erik Verbruggen
* Removed DeclaratorListASTRoberto Raggi2009-11-101-6/+6
| | | | Done with Erik Verbruggen
* Removed DeclarationListAST node.Roberto Raggi2009-11-101-5/+5
| | | | Done with Erik Verbruggen
* Process exception declarations.Roberto Raggi2009-10-281-1/+22
|
* Set the `virtual' attribute of a function definition.Roberto Raggi2009-10-271-1/+2
|
* Set the `virtual' attribute.Roberto Raggi2009-10-271-0/+1
|
* Changed ObjC context keyword comparison to use identifiers.Erik Verbruggen2009-10-201-9/+9
|
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-12/+10
| | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
* Check ctor-initializers.Roberto Raggi2009-10-061-0/+7
|
* Added protocol & class definedness checks, and added property attribute checks.Erik Verbruggen2009-10-051-3/+114
|
* Added the `isVirtual' attribute to Function.Roberto Raggi2009-09-251-0/+1
|
* Wee little cleanup.Erik Verbruggen2009-09-211-5/+5
|
* Introduced CPlusPlus::TemplateArguments and fixed a possible mem-leak when ↵Roberto Raggi2009-08-261-8/+10
| | | | using template members.
* long live the kinghjk2009-08-141-1/+1
|
* Fixed semantic checks for Objective-C methods and fast-enumeration.Erik Verbruggen2009-08-051-11/+23
|
* Cleaned the ObjC AST up.Erik Verbruggen2009-08-051-5/+7
|
* Merged ObjCMethodDefinitionAST into ObjCMethodDeclarationAST.Erik Verbruggen2009-08-041-27/+1
|
* Added Semantic checks for ObjC methods.Erik Verbruggen2009-07-311-0/+30
|
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-0/+142
|
* Removing some unused semicolons after Q_UNUSEDAlessandro Portale2009-07-131-1/+1
| | | | There were both variants, with and without extra semicolon.
* Introduced ForeachStatementAST and the bits to parse foreach statements when ↵Roberto Raggi2009-07-031-1/+1
| | | | qtMocRun is enabled.
* 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
| | | | genarated from a macro expansion are not yet highlighted.
* 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
| | | | Reviewed-by: Trust Me
* Check the declarator's initializer.Roberto Raggi2009-06-041-0/+5
|
* Introduced startOffset(), endOffset(), getPosition(), getStartPosition(), ↵Roberto Raggi2009-03-311-0/+8
| | | | and getEndPosition().
* 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