summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckDeclarator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added the `isVirtual' attribute to Function.Roberto Raggi2009-09-251-0/+3
* long live the kinghjk2009-08-141-1/+1
* Fixed semantic checks for Objective-C methods and fast-enumeration.Erik Verbruggen2009-08-051-10/+8
* Check for 0x0 accessRoberto Raggi2009-08-041-1/+1
* Added semantic checks for method declarations.Erik Verbruggen2009-07-311-7/+14
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-0/+37
* Visit the declarator's initializer.Roberto Raggi2009-07-061-5/+3
* Some cleanup in the AST nodes.Roberto Raggi2009-06-171-3/+3
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Don't insert `(' when completing ambiguous symbols.Roberto Raggi2009-03-171-0/+1
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Reimplemented Type::as*Type() using virtual methods.Roberto Raggi2009-02-091-2/+5
* Annotate function declarators.Roberto Raggi2009-02-091-0/+1
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+258