aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/LookupContext.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* C++: Handle recursive using/typedef declarationsNikolai Kosjar2013-06-111-1/+3
* C++: instantiate template functionsPrzemyslaw Gorszkowski2013-05-241-0/+3
* Merge branch '2.7'Oswald Buddenhagen2013-05-151-6/+3
|\
| * C++: Fix crash in code completion.Erik Verbruggen2013-05-031-6/+3
* | C++: fix highlighting type when there is using Namespace::ClassPrzemyslaw Gorszkowski2013-05-021-0/+2
* | Revert "C++: fix support for typedef of templated typedefs"Nikolai Kosjar2013-04-231-5/+0
* | C++: fix support for typedef of templated typedefsPrzemyslaw Gorszkowski2013-04-221-0/+5
* | Revert "C++: fix support for typedef of templated typedefs"Erik Verbruggen2013-04-191-3/+0
* | C++: fix support for typedef of templated typedefsPrzemyslaw Gorszkowski2013-04-191-0/+3
* | C++: improve support for anonymous classesPrzemyslaw Gorszkowski2013-04-191-0/+1
* | Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-04-111-1/+1
|\|
| * C++: fixed operator arrow of nested class of enclosing templatePrzemyslaw Gorszkowski2013-04-101-1/+1
* | fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-6/+9
|/
* C++: cache fully qualified name lookupus in scopes.Erik Verbruggen2013-03-051-1/+16