aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/LookupContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* More Utils::toSet/toListhjk2019-07-041-1/+3
* Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-281-1/+1
* C++: Limit number of nested class instantiationsNikolai Kosjar2017-08-081-0/+2
* C++: Fix crash for invalid codeNikolai Kosjar2017-07-061-8/+12
* Use qEnvironmentVariableIsEmpty or qEnvironmentVariableIsSet directlyMontel Laurent2017-04-191-1/+1
* C++: Avoid inline namespaces in generated codeNikolai Kosjar2017-02-231-2/+37
* C++: Remove concurrent access to TemplateNameIdNikolai Kosjar2016-11-041-7/+8
* CPlusPlus: fix gcc warningNikita Baryshnikov2016-05-131-2/+2
* C++: Guard against parent binding loopNikolai Kosjar2016-04-271-4/+14
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* C++: Revert lookup to 3.4.2Nikolai Kosjar2015-11-191-724/+639
* C++: Limit template instantiation depthOrgad Shaneh2015-11-121-0/+6
* C++: Revert problematic template specialization changesNikolai Kosjar2015-09-101-80/+51
* C++: Fix expensive lookup for boostNikolai Kosjar2015-08-211-4/+2
* C++: Fix potential crashOrgad Shaneh2015-08-031-6/+10
* C++: Fix crash in template argument resolvingOrgad Shaneh2015-08-031-2/+3
* C++: Cleanup LookupContextOrgad Shaneh2015-07-011-252/+114
* C++: Ignore explicit template instantiationsOrgad Shaneh2015-06-291-0/+6
* C++: Fix resolving of using in enclosing scopeOrgad Shaneh2015-06-291-1/+1
* C++: Support default template argument lookup for specializationOrgad Shaneh2015-06-091-39/+55
* C++: Remove scope argument from initializeSubstOrgad Shaneh2015-06-091-5/+3
* C++: Improve accuracy in findSpecializationOrgad Shaneh2015-06-091-34/+53
* C++: Unindent findSpecializationOrgad Shaneh2015-06-091-38/+36
* C++: Add some debug output for specialization choosingOrgad Shaneh2015-06-091-4/+8
* C++: Fix resolving of templated partial specializationOrgad Shaneh2015-06-041-0/+7
* C++: Fix resolving of partial specializationOrgad Shaneh2015-06-041-0/+3
* C++: Remove unneeded null validationOrgad Shaneh2015-06-011-1/+1
* C++: Fix decltype resolving for template functionOrgad Shaneh2015-06-011-1/+1
* C++: Deduplicate template arguments substitutionOrgad Shaneh2015-05-221-35/+23
* C++: Simplify template function resolving a bitOrgad Shaneh2015-05-221-1/+1
* C++: Minor cleanupOrgad Shaneh2015-05-211-7/+10
* C++: Fix resolving of recursive typedefOrgad Shaneh2015-05-201-1/+1
* C++: Introduce CreateBindings::PtrOrgad Shaneh2015-05-201-1/+1
* C++: Fix explicit typedef from base type in templated classOrgad Shaneh2015-05-151-37/+63
* C++: Fix lookup for instantiation by class objectOrgad Shaneh2015-05-151-1/+12
* C++: Fix highlighting of member on indirect specialization typedefOrgad Shaneh2015-05-051-4/+7
* CPlusPlus: Fix warnings about overriding visit(...) methodsTobias Hunger2015-05-041-0/+3
* C++: Fix instantiation of typedefed type in blockOrgad Shaneh2015-04-281-4/+1
* C++: Fix specialization resolution for nested typesOrgad Shaneh2015-04-281-19/+70
* C++: Deduplicate enclosing and nested instantiationOrgad Shaneh2015-04-271-34/+31
* C++: Remove unused var in LookupScopePrivateOrgad Shaneh2015-04-271-1/+0
* C++: Improve template argument detection for nested typesOrgad Shaneh2015-04-231-41/+74
* C++: Always assign name to LookupScopeOrgad Shaneh2015-04-231-18/+11
* C++: Remove unused memberNikolai Kosjar2015-04-211-5/+3
* C++: Rename ClassOrNamespace -> LookupScopeOrgad Shaneh2015-04-201-249/+247
* C++: Pimpl ClassOrNamespaceOrgad Shaneh2015-04-201-232/+352
* C++: Remove DeprecatedGenTemplateInstanceOrgad Shaneh2015-04-201-41/+11
* C++: Use explicit namespaces in LookupContextOrgad Shaneh2015-04-181-8/+3
* C++: Cleanup NestedClassInstantiator in LookupContextOrgad Shaneh2015-04-131-51/+36
* C++: Forward-declare NestedClassInstantiatorOrgad Shaneh2015-04-131-0/+22