aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/FindUsages.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* C++: Use Utils::FileName for Usage::pathOrgad Shaneh2017-04-271-2/+3
* C++: Use direct member initialization in FindUsagesOrgad Shaneh2017-04-271-9/+7
* Wholesale conversion to #pragma oncehjk2016-03-301-5/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* C++: Support noexcept operatorClaus Steuer2015-10-031-0/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* C++: Support alignas in C++11 mode.Erik Verbruggen2014-07-221-3/+3
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-1/+3
* C++: split lines only once in find usages.Erik Verbruggen2013-02-261-1/+6
* 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
* | 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-2/+0
* | C++11: Allow uniform initialization in ctor init lists.Christian Kamm2012-09-191-1/+1
* | C++: Rename NewPlacementAST to ExpressionListParenAST.Christian Kamm2012-09-171-2/+2
|/
* C++: Improve lookup - collect more valid itemsLeandro Melo2012-09-041-2/+0
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* C++: handle destructor names with template parameters.Erik Verbruggen2012-02-231-1/+0
* C++: Add support for C++11 range-based 'for' loopsFlex Ferrum2012-02-211-0/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* C++11: first set of changes for decltype.Erik Verbruggen2012-02-101-0/+1
* C++11: add support for static_assert.Erik Verbruggen2012-02-021-0/+1
* C++11: handle noexcept specifications.Erik Verbruggen2012-02-021-1/+1
* Long live the king!hjk2012-01-261-1/+1
* C++: Recognize C++11 nullptrLeandro Melo2011-11-181-0/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* 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
* Fixed out-of-bounds when originalSource was not explicitly supplied.Erik Verbruggen2011-01-271-0/+2
* Fixed the line retreival for find-usages.Erik Verbruggen2011-01-171-3/+2
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Compare the scope pointers for local scopes.Roberto Raggi2010-08-261-0/+1
* Get rid of the old Semantic pass.Roberto Raggi2010-08-131-1/+0
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-2/+1
* Push the function scope as soon as we're done processing the core-declarator.Roberto Raggi2010-08-101-1/+1
* New implementation of CPlusPlus::FindUsagesRoberto Raggi2010-08-101-28/+200
* Simplified the lookup.Roberto Raggi2010-08-051-7/+10
* Check only NameId and TemplateNameIdRoberto Raggi2010-08-051-0/+1
* Simplified FindUsages.Roberto Raggi2010-08-051-2/+3
* Introduced helpers to rewrite types and names.Roberto Raggi2010-07-161-2/+2
* Get rid of PostfixExpressionAST and store the base expression together with t...Roberto Raggi2010-06-231-3/+0
* Some initial support for template parameters in our semantic highlighter.Roberto Raggi2010-06-011-0/+9
* Ensure we keep the context around for as long as it is needed.Roberto Raggi2010-05-311-0/+1
* Fixed header protection.Roberto Raggi2010-05-281-3/+3