summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Scope.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added scope calculation for Objective-C classes.Erik Verbruggen2009-11-111-0/+3
|
* 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.
* Improved support for private classes.Roberto Raggi2009-10-121-0/+15
|
* Removed Scope::addUse()Roberto Raggi2009-09-231-3/+0
|
* long live the kinghjk2009-08-141-1/+1
|
* Compile the C++ parser library with Sun CC 5.9.Thiago Macieira2009-08-031-0/+2
| | | | | | | | | | | | 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.
* Introduced SemanticHighlighterRoberto Raggi2009-07-091-31/+3
| | | | Done with Thorbjørn Lindeijer
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* --warningsRoberto Raggi2009-02-161-0/+3
|
* Fixed two crashes with C++ engine handlingThorbjørn Lindeijer2009-02-101-1/+1
| | | | | | These checks are necessary cause of a recent change in the C++ engine. Reviewed-by: Roberto Raggi
* Fixes: Removed dynamic_cast from Scope.Roberto Raggi2009-02-091-6/+24
|
* Fixes: Possible crash in LookupContext.Roberto Raggi2009-02-091-1/+3
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+310