aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/ResolveExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* CPlusPlus: Support completion of list iteratorsChristian Stenger2024-04-301-0/+8
* LookupContext: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-061-2/+2
* Various Plugins: Simplify return QList statementsJarek Kobus2023-08-021-1/+1
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-3/+3
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-101-1/+1
* CppEditor: More migration to FilePathhjk2022-12-141-1/+1
* CppEditor: Proliferate FilePath usehjk2022-11-241-1/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CPlusPlus: Drop the OverView::operator() overloadshjk2022-06-281-2/+2
* CPlusPlus: Inline more simple Type related functionshjk2022-06-281-6/+6
* CPlusPlus: Inline some simple central functionshjk2022-06-241-2/+2
* CPlusPlus: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-201-16/+23
* CPlusPlus: Fix "Find references"Christian Kandeler2021-11-091-1/+1
* CppEditor: Fix switch statement completionChristian Kandeler2021-07-291-1/+1
* CppEditor: Fix following signals/slots in old-style connectsChristian Kandeler2020-08-101-1/+6
* C++: Fix auto variable resolving for template class constructor callVolodymyr Zibarov2020-06-221-6/+12
* CPlusPlus: Fix overload resolution involving default argumentsChristian Kandeler2020-06-101-14/+6
* C++: fix built-in code model to work with shared_ptr on MSVC 2017Volodymyr Zibarov2020-05-291-3/+22
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-20/+20
* Compile fix with recent Qt devhjk2019-07-291-10/+4
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* Prefer using 'override' instead of 'virtual'Alessandro Portale2018-07-111-3/+3
* C++: fix code completion of stl containers in internal code modelPrzemyslaw Gorszkowski2017-06-151-3/+2
* C++: Fix uninitialized value warningsNikolai Kosjar2017-06-011-1/+1
* Use qEnvironmentVariableIsEmpty or qEnvironmentVariableIsSet directlyMontel Laurent2017-04-191-1/+1
* C++: Fix use-after-free crash when handling auto expressionsNikolai Kosjar2017-01-091-3/+28
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* C++: Revert lookup to 3.4.2Nikolai Kosjar2015-11-191-68/+347
* C++: Simplify template function resolving a bitOrgad Shaneh2015-05-221-8/+0
* C++: fix code completion for decltyped typeOrgad Shaneh2015-05-201-72/+5
* C++: Fix lookup for instantiation by class objectOrgad Shaneh2015-05-151-67/+29
* C++: Fix crash on auto deduction with debug enabledNikolai Kosjar2015-05-151-21/+3
* C++: Minor optimization in ResolveExpressionOrgad Shaneh2015-05-051-1/+1
* C++: Fix specialization resolution for nested typesOrgad Shaneh2015-04-281-2/+2
* C++: Remove unused variableOrgad Shaneh2015-04-241-1/+0
* C++: Rename ClassOrNamespace -> LookupScopeOrgad Shaneh2015-04-201-29/+29
* C++: Remove DeprecatedGenTemplateInstanceOrgad Shaneh2015-04-201-30/+12
* C++: Extract TypedefsResolver out of ResolveExpressionOrgad Shaneh2015-04-111-136/+7
* C++: fix dereferencing of nested type and 'auto'Przemyslaw Gorszkowski2015-02-261-0/+3
* C++: rename enclosingTemplateInstantiation to enclosingBindingPrzemyslaw Gorszkowski2015-02-251-7/+7
* C++: fix dereferencing of nested type and operator '->'Przemyslaw Gorszkowski2015-02-251-1/+2
* C++: fix dereferencing of nested type and operator '*'Przemyslaw Gorszkowski2015-02-251-1/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-1/+1
|/
* C++: fix follow symbol for const argumentsPrzemyslaw Gorszkowski2014-11-071-12/+35
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | C++: fix invalid nesting of if statement.Erik Verbruggen2014-09-121-2/+2
* | Revert "C++: add support for resolving typedefs for template arguments"Nikolai Kosjar2014-09-111-57/+5