summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Symbol.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-442/+0
| | | | Approved-by: legal
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* C++ completion: Skip Q_PROPERTY and Q_ENUMS symbols.Christian Kamm2011-01-071-0/+6
| | | | Reviewed-by: Erik Verbruggen
* 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
| | | | Done-with: Erik Verbruggen
* 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
| | | | | | | It seems that storing the TranslationUnit together with the Symbol was a bad idea. Unfortunately, we release TranslationUnit(s) as soon as we can, but we keep the Control around. So using the Control is definitely safer.
* More work on template instantiation.Roberto Raggi2010-05-101-0/+6
|
* Introduce Namespace aliases and store the TranslationUnit instead of the ↵Roberto Raggi2010-05-051-3/+8
| | | | Control.
* 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
| | | | 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
|