aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/cplusplus/Symbol.h
Commit message (Expand)AuthorAgeFilesLines
* Introduced TypenameArgument.Roberto Raggi2009-12-081-0/+5
* Use const names.Roberto Raggi2009-12-011-5/+5
* Use const literals.Roberto Raggi2009-12-011-5/+5
* Added symbols for property declarations.Erik Verbruggen2009-11-111-0/+5
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-4/+4
* Check the scope of class and fwd-class declarationsRoberto Raggi2009-10-131-0/+2
* Added protocol & class definedness checks, and added property attribute checks.Erik Verbruggen2009-10-051-0/+7
* long live the kinghjk2009-08-141-1/+1
* Fixed semantic checks for Objective-C methods and fast-enumeration.Erik Verbruggen2009-08-051-4/+9
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-1/+22
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Added Symbol::enclosingNamespaceScope(), Symbol::enclosingClassScope(), and s...Roberto Raggi2009-06-031-0/+15
* Introduced Name::identifier().Roberto Raggi2009-05-281-0/+3
* Fixed the signature of Symbol::getPosition() & co.Roberto Raggi2009-03-311-3/+3
* Introduced startOffset(), endOffset(), getPosition(), getStartPosition(), and...Roberto Raggi2009-03-311-0/+12
* Ignore the symbol's column for generated symbols (at least for now).Roberto Raggi2009-03-041-0/+4
* Context-sensitive highlighting.Roberto Raggi2009-03-031-0/+1
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Introduced support for forward class declarations.Roberto Raggi2009-02-161-0/+5
* Reimplemented Symbol::as*() methods using virtual functions.Roberto Raggi2009-02-091-23/+23
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+266