summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/FindUsages.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-101-1/+1
* CppEditor: Let users check for unused functions in (sub-)projectsChristian Kandeler2022-11-241-8/+19
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-1/+1
* CPlusPlus: Add new usage tag "Template"Christian Kandeler2022-11-171-0/+4
* CPlusPlus: Add more usage tagsChristian Kandeler2022-11-071-6/+37
* CPlusPlus: Make Usage::Type QFlags-basedChristian Kandeler2022-11-071-70/+70
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Utils: Remove Utils::optionalEike Ziller2022-09-011-9/+8
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CPlusPlus: Support structured bindingsChristian Kandeler2022-08-231-0/+7
* CPlusPlus: Inline more simple Type related functionshjk2022-06-281-2/+2
* CPlusPlus: Inline some simple central functionshjk2022-06-241-12/+12
* CppEditor: Fix looking up containing function for search resultChristian Kandeler2022-06-131-1/+20
* CPlusPlus: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-201-1/+2
* CppEditor: Add second "Find References" ActionChristian Kandeler2021-06-071-2/+6
* CPlusPlus: Do not mis-classify bitfield declarations as initializationsChristian Kandeler2021-02-251-1/+2
* CPlusPlus: Refactor FindUsages::getType()Christian Kandeler2021-01-141-135/+166
* CPlusPlus: Fix mis-classification of pure virtualsChristian Kandeler2020-12-031-1/+4
* CPlusPlus: Fix "find usages" categorization for sizeof and array accessChristian Kandeler2020-11-091-3/+13
* CPlusPlus: Check for static member functions in FindUsagesChristian Kandeler2020-11-091-2/+7
* CplusPlus: Try harder to find a classChristian Kandeler2020-11-061-4/+5
* CPlusPlus: Correctly categorize post-increment and -decrement accessesChristian Kandeler2020-11-041-0/+2
* CPlusPlus: Differentiate declarations with an initializerChristian Kandeler2020-11-041-1/+4
* CPlusPlus: Properly categorize usages in if statementsChristian Kandeler2020-11-041-0/+2
* CPlusPlus: Properly categorize usages in switch and case statementsChristian Kandeler2020-11-021-0/+4
* CppTools: Categorize the delete operator as a write accessChristian Kandeler2020-10-211-0/+2
* CPlusPlus: Fix crash in FindUsageshjk2020-10-011-1/+1
* CPlusPlus: Consider member initializationsChristian Kandeler2020-09-181-0/+5
* CPlusPlus: Look at all overloadsChristian Kandeler2020-09-151-11/+28
* CPlusPlus: Categorize "Find Usages" resultsChristian Kandeler2020-09-031-8/+247
* CPlusPlus: Dissolve some overloads of FindUsages::reportResult()Christian Kandeler2020-08-311-34/+22
* C++: Fix Find Usages false positive results for function argumentsVolodymyr Zibarov2020-06-151-1/+2
* C++: fix built-in code model to work with shared_ptr on MSVC 2017Volodymyr Zibarov2020-05-291-0/+16
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-4/+4
* Standardize on int for line and column valueshjk2019-07-261-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* C++: Use Utils::FileName for Usage::pathOrgad Shaneh2017-04-271-1/+1
* C++: Use direct member initialization in FindUsagesOrgad Shaneh2017-04-271-8/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* C++: Revert lookup to 3.4.2Nikolai Kosjar2015-11-191-1/+1
* C++: Support noexcept operatorClaus Steuer2015-10-031-0/+6
* C++: Find template member access in find usageskai666_732015-04-221-3/+5
* C++: Rename ClassOrNamespace -> LookupScopeOrgad Shaneh2015-04-201-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | C++: Remove double return in FindUsagesOrgad Shaneh2014-09-091-2/+0
|/
* C++: Support alignas in C++11 mode.Erik Verbruggen2014-07-221-4/+4
* C++: Use Token::utf16chars{Begin,End} where appropriateNikolai Kosjar2014-05-231-1/+1
* C++: Avoid repetitive callsOrgad Shaneh2014-05-211-17/+19