aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/LookupContext.h
Commit message (Expand)AuthorAgeFilesLines
* LookupContext: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-061-7/+6
* Various plugins: Replace QMap with QHashJarek Kobus2024-01-291-1/+1
* 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-2/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CPlusPlus: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-301-2/+2
* CplusPlus: Fix minimal name constructionChristian Kandeler2021-01-291-0/+1
* Compile fixJarek Kobus2021-01-131-1/+2
* Use std::unordered_map instead of std::mapJarek Kobus2021-01-131-2/+2
* Fix compile warnings about missing overrideJarek Kobus2020-12-081-21/+21
* CppEditor: Remove using namespace quickfix: Don't insert inline namespacesLeander Schulten2020-11-191-2/+5
* C++: fix built-in code model to work with shared_ptr on MSVC 2017Volodymyr Zibarov2020-05-291-1/+1
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-6/+6
* C++: Fix crash for invalid codeNikolai Kosjar2017-07-061-1/+2
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* C++: Revert lookup to 3.4.2Nikolai Kosjar2015-11-191-69/+140
* C++: Limit template instantiation depthOrgad Shaneh2015-11-121-0/+1
* C++: Ignore explicit template instantiationsOrgad Shaneh2015-06-291-0/+1
* C++: Support default template argument lookup for specializationOrgad Shaneh2015-06-091-1/+6
* C++: Remove scope argument from initializeSubstOrgad Shaneh2015-06-091-1/+1
* C++: Deduplicate template arguments substitutionOrgad Shaneh2015-05-221-3/+3
* C++: Introduce CreateBindings::PtrOrgad Shaneh2015-05-201-3/+5
* C++: fix code completion for decltyped typeOrgad Shaneh2015-05-201-1/+7
* C++: Fix crash on auto deduction with debug enabledNikolai Kosjar2015-05-151-0/+5
* C++: Always assign name to LookupScopeOrgad Shaneh2015-04-231-1/+1
* C++: Rename ClassOrNamespace -> LookupScopeOrgad Shaneh2015-04-201-40/+39
* C++: Pimpl ClassOrNamespaceOrgad Shaneh2015-04-201-69/+6
* C++: Remove DeprecatedGenTemplateInstanceOrgad Shaneh2015-04-201-5/+2
* C++: Cleanup NestedClassInstantiator in LookupContextOrgad Shaneh2015-04-131-5/+1
* C++: Forward-declare NestedClassInstantiatorOrgad Shaneh2015-04-131-21/+1
* C++: Remove unimplemented function in LookupContextOrgad Shaneh2015-04-071-1/+0
* C++: rename enclosingTemplateInstantiation to enclosingBindingPrzemyslaw Gorszkowski2015-02-251-5/+4
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Fix completion for enum inside member functionsOrgad Shaneh2015-01-131-0/+3
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | C++: refactoring: extract finding anonymous as nested typePrzemyslaw Gorszkowski2014-08-281-0/+2
* | search for partial specialization for arraysFilipp2014-08-201-2/+2
|/
* C++: fix 'using' in separate block of scopePrzemyslaw Gorszkowski2014-06-131-1/+1
* C++: Enable runtime lookup debug...Orgad Shaneh2014-05-281-3/+1
* C++: fix findusage for member of typedefed anonymous structPrzemyslaw Gorszkowski2014-03-311-1/+1
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-181-1/+3
|\
| * C++: fix support for nested anonymous classesPrzemyslaw Gorszkowski2014-03-121-1/+3
* | C++: cleanup setting the bindings in the lookup context class.Erik Verbruggen2014-02-271-7/+9
|/
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* C++: Remember the class a ClassOrNamespace is based onNikolai Kosjar2013-11-121-1/+7
* C++: add support for local typesPrzemyslaw Gorszkowski2013-06-181-1/+6