summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckSpecifier.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the AST field names.Roberto Raggi2009-11-101-2/+2
|
* Cleanup specifiers.Roberto Raggi2009-11-101-12/+6
|
* Cleanup MemInitializerASTRoberto Raggi2009-11-101-2/+2
|
* Cleanup base base specifiers.Roberto Raggi2009-11-101-1/+2
|
* Removed DeclarationListAST node.Roberto Raggi2009-11-101-1/+1
| | | | Done with Erik Verbruggen
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-2/+2
| | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
* Added protocol & class definedness checks, and added property attribute checks.Erik Verbruggen2009-10-051-2/+2
|
* long live the kinghjk2009-08-141-1/+1
|
* Added semantic checks for method declarations.Erik Verbruggen2009-07-311-0/+18
|
* Some cleanup in the AST nodes.Roberto Raggi2009-06-171-3/+2
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* cleanupRoberto Raggi2009-06-051-3/+3
|
* Introduced startOffset(), endOffset(), getPosition(), getStartPosition(), ↵Roberto Raggi2009-03-311-0/+4
| | | | and getEndPosition().
* Context-sensitive highlighting.Roberto Raggi2009-03-031-2/+11
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainlineRoberto Raggi2009-02-171-1/+2
|\
| * Fixed handling of attribute specifiers in front of declarationThorbjørn Lindeijer2009-02-171-1/+2
| | | | | | | | Done with Roberto Raggi
* | Fixed all crashes due to refencing undefined typesThorbjørn Lindeijer2009-02-101-11/+13
| | | | | | | | | | | | Introduced UndefinedType class to replace null pointer. Done with Roberto Raggi
* | More annotations.Roberto Raggi2009-02-091-2/+2
| |
* | Annotated the NameAST nodes.Roberto Raggi2009-02-091-0/+1
| |
* | Annotate the ClassSpecifierAST node with the class symbol.Roberto Raggi2009-02-091-0/+1
|/
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+392