summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Scope.cpp
Commit message (Expand)AuthorAgeFilesLines
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-312/+0
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* C++: fixed possible null-pointer access.Erik Verbruggen2010-09-271-4/+5
* Fixed alignment issues with 64 bits ABIs.Roberto Raggi2010-09-031-3/+3
* Tune the symbol and the literal tables.Roberto Raggi2010-09-021-2/+2
* Merge CPlusPlus::NameId and CPlusPlus::Identifier.Roberto Raggi2010-09-021-20/+1
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-261-1/+1
* Renamed Symbol::identity() to Symbol::unqualifiedName().Roberto Raggi2010-08-261-2/+2
* 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 Cont...Roberto Raggi2010-05-051-0/+7
* 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
* 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
* Introduced SemanticHighlighterRoberto Raggi2009-07-091-31/+3
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* 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
* 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