summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Symbol.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
* 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
| | | | | | | | | | | | Things you mustn't do: 1) end an enum with a comma 2) #include <cxxxx> and not use std:: 3) use anonymous structures All three things are invalid C++. Anonymous structures inside anonymous unions are allowed by GCC, but that doesn't mean it's valid.
* 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
| | | | Reviewed-by: Trust Me
* typoRoberto Raggi2009-06-031-2/+2
|
* Added Symbol::enclosingNamespaceScope(), Symbol::enclosingClassScope(), and ↵Roberto Raggi2009-06-031-0/+56
| | | | so on...
* Introduced Name::identifier().Roberto Raggi2009-05-281-0/+8
| | | | Name::identifier() returns the identifier used to declare the name.
* Fixed the signature of Symbol::getPosition() & co.Roberto Raggi2009-03-311-3/+3
|
* Introduced startOffset(), endOffset(), getPosition(), getStartPosition(), ↵Roberto Raggi2009-03-311-0/+23
| | | | and getEndPosition().
* 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