aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/cplusplus/Symbol.h
Commit message (Expand)AuthorAgeFilesLines
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-359/+0
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-1/+1
* It's 2011 now.con2011-01-121-1/+1
* C++: Bind Q_ENUMS in the code model.Christian Kamm2011-01-041-0/+5
* C++: Add QtPropertyDeclaration symbol.Christian Kamm2011-01-041-0/+5
* License headers.con2010-12-171-7/+11
* Fix typo.Leandro Melo2010-09-221-1/+1
* Fixed alignment issues with 64 bits ABIs.Roberto Raggi2010-09-031-4/+4
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-261-2/+2
* Renamed Symbol::identity() to Symbol::unqualifiedName().Roberto Raggi2010-08-261-1/+1
* Renamed Symboo::isScopedSymbol().Roberto Raggi2010-08-121-2/+2
* Enabled the template instantiation.Roberto Raggi2010-08-111-0/+3
* Introduced CPlusPlus::Template and process the template declarations.Roberto Raggi2010-08-111-0/+5
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-12/+10
* The method enclosingSymbol() should always return a ScopedSymbol.Roberto Raggi2010-08-111-1/+1
* Use Prototype instead of Function.Roberto Raggi2010-08-051-2/+2
* Clarified that the Symbol's line/column are 1-based.Erik Verbruggen2010-07-261-2/+2
* Moved startOffset/endOffset from Symbol to Scope.Erik Verbruggen2010-07-161-8/+0
* Recursive definition of CPlusPlus::QualifiedNameId.Roberto Raggi2010-07-121-1/+0
* Added support for the GCC "unavailable" attribute.Erik Verbruggen2010-05-261-0/+4
* Removed deprecated (and unsafe) methods.Roberto Raggi2010-05-101-16/+4
* Introduced Symbol::copy(otherSymbol) and removed some deprecated code.Roberto Raggi2010-05-101-0/+2
* Store the Control.Roberto Raggi2010-05-101-4/+5
* Introduce Namespace aliases and store the TranslationUnit instead of the Cont...Roberto Raggi2010-05-051-1/+3
* Set and propagate the `auto' specifier.Roberto Raggi2010-03-241-0/+1
* Added __attribute__ visiting, and storing of the deprecated attr.Erik Verbruggen2010-03-231-0/+4
* Long live the king!hjk2010-03-051-1/+1
* Introduced TypenameArgument.Roberto Raggi2009-12-081-0/+5
* Use const names.Roberto Raggi2009-12-011-5/+5
* Use const literals.Roberto Raggi2009-12-011-5/+5
* Added symbols for property declarations.Erik Verbruggen2009-11-111-0/+5
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-4/+4
* Check the scope of class and fwd-class declarationsRoberto Raggi2009-10-131-0/+2
* Added protocol & class definedness checks, and added property attribute checks.Erik Verbruggen2009-10-051-0/+7
* long live the kinghjk2009-08-141-1/+1
* Fixed semantic checks for Objective-C methods and fast-enumeration.Erik Verbruggen2009-08-051-4/+9
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-1/+22
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Added Symbol::enclosingNamespaceScope(), Symbol::enclosingClassScope(), and s...Roberto Raggi2009-06-031-0/+15
* Introduced Name::identifier().Roberto Raggi2009-05-281-0/+3
* Fixed the signature of Symbol::getPosition() & co.Roberto Raggi2009-03-311-3/+3
* Introduced startOffset(), endOffset(), getPosition(), getStartPosition(), and...Roberto Raggi2009-03-311-0/+12
* Ignore the symbol's column for generated symbols (at least for now).Roberto Raggi2009-03-041-0/+4
* Context-sensitive highlighting.Roberto Raggi2009-03-031-0/+1
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Introduced support for forward class declarations.Roberto Raggi2009-02-161-0/+5
* Reimplemented Symbol::as*() methods using virtual functions.Roberto Raggi2009-02-091-23/+23
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+266