summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Scope.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Introduced CPlusPlus::Template and process the template declarations.Roberto Raggi2010-08-111-1/+1
|
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-133/+119
|
* Use Prototype instead of Function.Roberto Raggi2010-08-051-7/+2
|
* Refactored CPlusPlus::Function.Roberto Raggi2010-08-051-8/+4
|
* Moved startOffset/endOffset from Symbol to Scope.Erik Verbruggen2010-07-161-1/+15
|
* Introduce Namespace aliases and store the TranslationUnit instead of the ↵Roberto Raggi2010-05-051-0/+7
| | | | Control.
* Long live the king!hjk2010-03-051-1/+1
|
* Fixes for highlighting locals in Objective-C methods.Erik Verbruggen2010-01-061-0/+8
|
* Added method to check if a scope is an ObjCClass scope.Erik Verbruggen2009-12-181-0/+7
|
* Use const names.Roberto Raggi2009-12-011-10/+10
|
* Use const literals.Roberto Raggi2009-12-011-2/+2
|
* Introduced type matchers.Roberto Raggi2009-11-231-5/+1
|
* 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