summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Symbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-442/+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
* C++ completion: Skip Q_PROPERTY and Q_ENUMS symbols.Christian Kamm2011-01-071-0/+6
* License headers.con2010-12-171-7/+11
* Fixed alignment issues with 64 bits ABIs.Roberto Raggi2010-09-031-2/+6
* Merge CPlusPlus::NameId and CPlusPlus::Identifier.Roberto Raggi2010-09-021-1/+1
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-261-7/+7
* Renamed Symbol::identity() to Symbol::unqualifiedName().Roberto Raggi2010-08-261-2/+2
* Renamed Symboo::isScopedSymbol().Roberto Raggi2010-08-121-1/+1
* Enabled the template instantiation.Roberto Raggi2010-08-111-0/+9
* Mark the templates.Roberto Raggi2010-08-111-1/+1
* Introduced CPlusPlus::Template and process the template declarations.Roberto Raggi2010-08-111-0/+3
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-49/+31
* The method enclosingSymbol() should always return a ScopedSymbol.Roberto Raggi2010-08-111-1/+1
* Use Prototype instead of Function.Roberto Raggi2010-08-051-3/+3
* Moved startOffset/endOffset from Symbol to Scope.Erik Verbruggen2010-07-161-17/+1
* Recursive definition of CPlusPlus::QualifiedNameId.Roberto Raggi2010-07-121-55/+9
* Added support for the GCC "unavailable" attribute.Erik Verbruggen2010-05-261-1/+9
* Check for valid translation units.Roberto Raggi2010-05-101-8/+7
* Removed deprecated (and unsafe) methods.Roberto Raggi2010-05-101-54/+15
* Introduced Symbol::copy(otherSymbol) and removed some deprecated code.Roberto Raggi2010-05-101-2/+25
* Store the Control.Roberto Raggi2010-05-101-8/+3
* More work on template instantiation.Roberto Raggi2010-05-101-0/+6
* Introduce Namespace aliases and store the TranslationUnit instead of the Cont...Roberto Raggi2010-05-051-3/+8
* Added __attribute__ visiting, and storing of the deprecated attr.Erik Verbruggen2010-03-231-0/+6
* Long live the king!hjk2010-03-051-1/+1
* 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