summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/FindUsages.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++: handle destructor names with template parameters.Erik Verbruggen2012-02-231-11/+0
* C++: Add support for C++11 range-based 'for' loopsFlex Ferrum2012-02-211-2/+17
* C++11: first set of changes for decltype.Erik Verbruggen2012-02-101-0/+9
* C++11: add support for static_assert.Erik Verbruggen2012-02-021-0/+6
* C++11: handle noexcept specifications.Erik Verbruggen2012-02-021-7/+11
* Find usage displays content of the first lineDavid Schulz2012-01-301-7/+11
* Long live the king!hjk2012-01-261-1/+1
* C++: Rename source/setSource to utf8Source/setUtf8SourceLeandro Melo2012-01-131-3/+3
* C++: Accept UTF-8 byte arrays in type of expressionLeandro Melo2012-01-131-1/+1
* C++: Recognize C++11 nullptrLeandro Melo2011-11-181-0/+7
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* C++ editor: Remove unnecessary line split in find usagesLeandro Melo2011-05-311-3/+30
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* Fixed an off-by-one array-out-of-bounds bug.Erik Verbruggen2011-04-111-3/+3
* Fixed out-of-bounds when originalSource was not explicitly supplied.Erik Verbruggen2011-01-271-1/+27
* Fixed the line retreival for find-usages.Erik Verbruggen2011-01-171-24/+4
* Fix find-usages in template classes.Erik Verbruggen2011-01-171-1/+5
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* C++: Fix an infinite loop in reportResult.Christian Kamm2010-09-021-1/+1
* Merge CPlusPlus::NameId and CPlusPlus::Identifier.Roberto Raggi2010-09-021-1/+1
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-261-2/+2
* Some cleanup in the C++ AST.Roberto Raggi2010-08-261-5/+5
* Compare the scope pointers for local scopes.Roberto Raggi2010-08-261-1/+11
* Compare the instances when searching for the usages of a template parameter.Roberto Raggi2010-08-121-1/+5
* Removed TemplateArgumentListRoberto Raggi2010-08-111-2/+2
* Push the template-prototype scope.Roberto Raggi2010-08-111-0/+5
* Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control.Roberto Raggi2010-08-111-1/+1
* Introduced CPlusPlus::Template and process the template declarations.Roberto Raggi2010-08-111-4/+4
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-18/+11
* Push the function scope as soon as we're done processing the core-declarator.Roberto Raggi2010-08-101-3/+7
* New implementation of CPlusPlus::FindUsagesRoberto Raggi2010-08-101-210/+1777
* Speed up the comutation of the local members.Roberto Raggi2010-08-061-0/+8
* Simplified the lookup.Roberto Raggi2010-08-051-46/+91
* Check only NameId and TemplateNameIdRoberto Raggi2010-08-051-1/+18
* Simplified FindUsages.Roberto Raggi2010-08-051-13/+40
* Introduced helpers to rewrite types and names.Roberto Raggi2010-07-161-19/+13
* Get rid of PostfixExpressionAST and store the base expression together with t...Roberto Raggi2010-06-231-16/+1
* Some initial support for template parameters in our semantic highlighter.Roberto Raggi2010-06-011-0/+52
* Ensure we keep the context around for as long as it is needed.Roberto Raggi2010-05-311-0/+13
* Removed DeprecatedLookupContext.Roberto Raggi2010-05-261-1/+0
* Removed the CppBindings.Roberto Raggi2010-05-251-60/+7
* Highlight user defined types.Roberto Raggi2010-05-251-2/+4
* Reuse TypeOfExpression.Roberto Raggi2010-05-171-4/+1
* Improved LookupItem and get rid of some deprecated code.Roberto Raggi2010-05-141-36/+19
* Try to use the new LookupContext.Roberto Raggi2010-05-051-3/+3
* Deprecated the current LookupContext.Roberto Raggi2010-05-051-9/+9
* Changed FindUsages to look into Q_PROPERTYs.Erik Verbruggen2010-03-121-2/+21
* Fixed QTCREATORBUG-745.Erik Verbruggen2010-03-091-14/+4