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