summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckSpecifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the old Semantic pass.Roberto Raggi2010-08-131-448/+0
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-7/+7
* Annotate EnumSpecifierASTs with the Enum symbols.Roberto Raggi2010-08-091-0/+1
* Fixes for scope range calculation.Erik Verbruggen2010-07-191-4/+4
* Changed startOffset to point to the start of the scope.Erik Verbruggen2010-07-161-2/+10
* Fixed return-type checking for ObjC methods.Erik Verbruggen2010-06-181-13/+0
* Fixed off-by-1-token for symbol end offsets.Erik Verbruggen2010-05-281-2/+2
* Added support for the GCC "unavailable" attribute.Erik Verbruggen2010-05-261-0/+2
* Added support for the GCC "unavailable" attribute.Erik Verbruggen2010-05-261-1/+5
* Postpone the parsing of function definitions.Roberto Raggi2010-03-301-0/+7
* Set and propagate the `auto' specifier.Roberto Raggi2010-03-241-0/+7
* Added __attribute__ visiting, and storing of the deprecated attr.Erik Verbruggen2010-03-231-5/+17
* Long live the king!hjk2010-03-051-1/+1
* Process the enumerator initializers.Roberto Raggi2010-03-031-1/+3
* Renamed method.Erik Verbruggen2010-02-041-9/+0
* Check for unnecessary semicolons after function definitions.Roberto Raggi2009-12-071-2/+11
* Use const names.Roberto Raggi2009-12-011-6/+6
* Use const literals.Roberto Raggi2009-12-011-2/+2
* 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
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-2/+2
* 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
* cleanupRoberto Raggi2009-06-051-3/+3
* Introduced startOffset(), endOffset(), getPosition(), getStartPosition(), and...Roberto Raggi2009-03-311-0/+4
* 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
* | Fixed all crashes due to refencing undefined typesThorbjørn Lindeijer2009-02-101-11/+13
* | 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