aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cplusplus/findusages/tst_findusages.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix missing overrides and redundant virtualAlessandro Portale2023-11-141-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Tests: Replace foreach with range-based for loopsJarek Kobus2022-11-241-1/+1
* CppEditor: Let users check for unused functions in (sub-)projectsChristian Kandeler2022-11-241-5/+5
* CPlusPlus: Add new usage tag "Template"Christian Kandeler2022-11-171-4/+6
* CPlusPlus: Add more usage tagsChristian Kandeler2022-11-071-1/+144
* CPlusPlus: Make Usage::Type QFlags-basedChristian Kandeler2022-11-071-233/+235
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CPlusPlus: Support structured bindingsChristian Kandeler2022-08-231-0/+37
* CPlusPlus: Inline more simple Type related functionshjk2022-06-281-1/+1
* CPlusPlus: Fix "Find references"Christian Kandeler2021-11-091-0/+40
* CppEditor: Add second "Find References" ActionChristian Kandeler2021-06-071-41/+41
* CPlusPlus: Do not mis-classify bitfield declarations as initializationsChristian Kandeler2021-02-251-1/+1
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-12-031-1/+17
|\
| * CPlusPlus: Fix mis-classification of pure virtualsChristian Kandeler2020-12-031-1/+17
* | CPlusPlus: Expose "static" specifier also for function declarationsChristian Kandeler2020-11-111-1/+0
|/
* CPlusPlus: Fix "find usages" categorization for sizeof and array accessChristian Kandeler2020-11-091-3/+29
* CPlusPlus: Provide information about the "static" specifierChristian Kandeler2020-11-091-1/+0
* CPlusPlus: Check for static member functions in FindUsagesChristian Kandeler2020-11-091-3/+10
* CPlusPlus: Correctly categorize post-increment and -decrement accessesChristian Kandeler2020-11-041-2/+8
* CPlusPlus: Differentiate declarations with an initializerChristian Kandeler2020-11-041-13/+13
* CPlusPlus: Properly categorize usages in if statementsChristian Kandeler2020-11-041-3/+9
* CPlusPlus: Properly categorize usages in switch and case statementsChristian Kandeler2020-11-021-3/+18
* Fix building tests with Qt6Eike Ziller2020-10-301-7/+3
* CppTools: Categorize the delete operator as a write accessChristian Kandeler2020-10-211-1/+3
* CPlusPlus: Consider member initializationsChristian Kandeler2020-09-181-13/+27
* CPlusPlus: Look at all overloadsChristian Kandeler2020-09-151-2/+7
* CPlusPlus: Categorize "Find Usages" resultsChristian Kandeler2020-09-031-2/+312
* C++: Fix auto variable resolving for template class constructor callVolodymyr Zibarov2020-06-221-0/+108
* C++: Fix Find Usages false positive results for function argumentsVolodymyr Zibarov2020-06-151-0/+113
* C++: Fix find usage to see Catch test functions bodiesVolodymyr Zibarov2020-06-151-0/+40
* C++: Fix variable template parsing in expressionVolodymyr Zibarov2020-06-041-0/+44
* C++: fix built-in code model to work with shared_ptr on MSVC 2017Volodymyr Zibarov2020-05-291-0/+504
* Standardize on int for line and column valueshjk2019-07-261-53/+53
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* C++: Find template member access in find usageskai666_732015-04-221-0/+63
* 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-0/+33
* C++: Tests: Fix unicode tests with MSVCNikolai Kosjar2014-06-051-10/+4
* Cpp{Tools,Editor}: Expect UTF-8 encoded literalsNikolai Kosjar2014-05-231-0/+39
* C++: fix findusage for member of typedefed anonymous structPrzemyslaw Gorszkowski2014-03-311-0/+44
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* C++: fix matching type with using from other namespacePrzemyslaw Gorszkowski2013-08-201-0/+41
* C++: add utility method to dump usages.Erik Verbruggen2013-07-111-0/+17
* C++: Fix test failure after merging 2.8.Erik Verbruggen2013-07-111-1/+1
* Merge remote-tracking branch 'origin/2.8' into HEADEike Ziller2013-07-091-0/+31
|\
| * C++: fix scope matching for templates in FindUsagesErik Verbruggen2013-07-081-1/+31
* | C++: fix 'find usages' for templatesPrzemyslaw Gorszkowski2013-06-171-1/+113
|/
* C++: fix highlighting type when there is using Namespace::ClassPrzemyslaw Gorszkowski2013-05-021-0/+126