aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/FindUsages.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++: fix highlighting type when there is using Namespace::ClassPrzemyslaw Gorszkowski2013-05-021-1/+1
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-8/+11
* C++: split lines only once in find usages.Erik Verbruggen2013-02-261-36/+32
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | C++ editor: support nested class of enclosing templatePrzemyslaw Gorszkowski2013-01-221-0/+2
* | C++: Store lambda captures in the code model.Nikolai Kosjar2012-11-071-1/+1
* | C++: added some notes regarding QTCREATORBUG-7968Erik Verbruggen2012-10-111-0/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | C++11: More (expression-list) or brace-init-list.Christian Kamm2012-09-191-18/+1
* | C++11: Allow for typename Foo<T>{}, Foo{} and int{}.Christian Kamm2012-09-191-10/+2
* | C++11: Allow brace-init-list in range-for statement.Christian Kamm2012-09-191-1/+0
* | C++11: Allow uniform initialization in ctor init lists.Christian Kamm2012-09-191-7/+6
* | C++: Rename NewPlacementAST to ExpressionListParenAST.Christian Kamm2012-09-171-2/+2
|/
* C++: Improve lookup - collect more valid itemsLeandro Melo2012-09-041-29/+0
* C++: Fix finding of destructor in outlined definitionsLeandro Melo2012-08-081-0/+2
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* 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/[email protected]/[email protected]/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