| Commit message (Expand) | Author | Age | Files | Lines |
| * | CPlusPlus: Support completion of list iterators | Christian Stenger | 2024-04-30 | 1 | -0/+8 |
| * | LookupContext: Replace QSharedPointer with std::shared_ptr | Jarek Kobus | 2024-02-06 | 1 | -2/+2 |
| * | Various Plugins: Simplify return QList statements | Jarek Kobus | 2023-08-02 | 1 | -1/+1 |
| * | Fix occurrences of the contains/insert anti-pattern | Christian Kandeler | 2023-06-23 | 1 | -3/+3 |
| * | Replace GPL-3.0 with GPL-3.0-only | Kai Köhne | 2023-01-10 | 1 | -1/+1 |
| * | CppEditor: More migration to FilePath | hjk | 2022-12-14 | 1 | -1/+1 |
| * | CppEditor: Proliferate FilePath use | hjk | 2022-11-24 | 1 | -1/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | CPlusPlus: Drop the OverView::operator() overloads | hjk | 2022-06-28 | 1 | -2/+2 |
| * | CPlusPlus: Inline more simple Type related functions | hjk | 2022-06-28 | 1 | -6/+6 |
| * | CPlusPlus: Inline some simple central functions | hjk | 2022-06-24 | 1 | -2/+2 |
| * | CPlusPlus: Remove foreach / Q_FOREACH usage | Artem Sokolovskii | 2022-05-20 | 1 | -16/+23 |
| * | CPlusPlus: Fix "Find references" | Christian Kandeler | 2021-11-09 | 1 | -1/+1 |
| * | CppEditor: Fix switch statement completion | Christian Kandeler | 2021-07-29 | 1 | -1/+1 |
| * | CppEditor: Fix following signals/slots in old-style connects | Christian Kandeler | 2020-08-10 | 1 | -1/+6 |
| * | C++: Fix auto variable resolving for template class constructor call | Volodymyr Zibarov | 2020-06-22 | 1 | -6/+12 |
| * | CPlusPlus: Fix overload resolution involving default arguments | Christian Kandeler | 2020-06-10 | 1 | -14/+6 |
| * | C++: fix built-in code model to work with shared_ptr on MSVC 2017 | Volodymyr Zibarov | 2020-05-29 | 1 | -3/+22 |
| * | Some clang-tidy -use-modernize-nullptr | hjk | 2019-08-01 | 1 | -20/+20 |
| * | Compile fix with recent Qt dev | hjk | 2019-07-29 | 1 | -10/+4 |
| * | Avoid warning on empty expressions | hjk | 2019-07-23 | 1 | -2/+2 |
| * | Prefer using 'override' instead of 'virtual' | Alessandro Portale | 2018-07-11 | 1 | -3/+3 |
| * | C++: fix code completion of stl containers in internal code model | Przemyslaw Gorszkowski | 2017-06-15 | 1 | -3/+2 |
| * | C++: Fix uninitialized value warnings | Nikolai Kosjar | 2017-06-01 | 1 | -1/+1 |
| * | Use qEnvironmentVariableIsEmpty or qEnvironmentVariableIsSet directly | Montel Laurent | 2017-04-19 | 1 | -1/+1 |
| * | C++: Fix use-after-free crash when handling auto expressions | Nikolai Kosjar | 2017-01-09 | 1 | -3/+28 |
| * | Update License according to agreement with Free Qt Foundation | Tobias Hunger | 2016-01-19 | 1 | -17/+12 |
| * | C++: Revert lookup to 3.4.2 | Nikolai Kosjar | 2015-11-19 | 1 | -68/+347 |
| * | C++: Simplify template function resolving a bit | Orgad Shaneh | 2015-05-22 | 1 | -8/+0 |
| * | C++: fix code completion for decltyped type | Orgad Shaneh | 2015-05-20 | 1 | -72/+5 |
| * | C++: Fix lookup for instantiation by class object | Orgad Shaneh | 2015-05-15 | 1 | -67/+29 |
| * | C++: Fix crash on auto deduction with debug enabled | Nikolai Kosjar | 2015-05-15 | 1 | -21/+3 |
| * | C++: Minor optimization in ResolveExpression | Orgad Shaneh | 2015-05-05 | 1 | -1/+1 |
| * | C++: Fix specialization resolution for nested types | Orgad Shaneh | 2015-04-28 | 1 | -2/+2 |
| * | C++: Remove unused variable | Orgad Shaneh | 2015-04-24 | 1 | -1/+0 |
| * | C++: Rename ClassOrNamespace -> LookupScope | Orgad Shaneh | 2015-04-20 | 1 | -29/+29 |
| * | C++: Remove DeprecatedGenTemplateInstance | Orgad Shaneh | 2015-04-20 | 1 | -30/+12 |
| * | C++: Extract TypedefsResolver out of ResolveExpression | Orgad Shaneh | 2015-04-11 | 1 | -136/+7 |
| * | C++: fix dereferencing of nested type and 'auto' | Przemyslaw Gorszkowski | 2015-02-26 | 1 | -0/+3 |
| * | C++: rename enclosingTemplateInstantiation to enclosingBinding | Przemyslaw Gorszkowski | 2015-02-25 | 1 | -7/+7 |
| * | C++: fix dereferencing of nested type and operator '->' | Przemyslaw Gorszkowski | 2015-02-25 | 1 | -1/+2 |
| * | C++: fix dereferencing of nested type and operator '*' | Przemyslaw Gorszkowski | 2015-02-25 | 1 | -1/+1 |
| * | Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe' | Eike Ziller | 2015-02-12 | 1 | -6/+6 |
| |\ |
|
| | * | Update License | Eike Ziller | 2015-01-16 | 1 | -6/+6 |
| * | | C++: Remove unneeded qualifications | Orgad Shaneh | 2015-02-04 | 1 | -1/+1 |
| |/ |
|
| * | C++: fix follow symbol for const arguments | Przemyslaw Gorszkowski | 2014-11-07 | 1 | -12/+35 |
| * | Merge remote-tracking branch 'origin/3.2' | Eike Ziller | 2014-10-14 | 1 | -7/+8 |
| |\ |
|
| | * | License update | Eike Ziller | 2014-10-09 | 1 | -7/+8 |
| * | | C++: fix invalid nesting of if statement. | Erik Verbruggen | 2014-09-12 | 1 | -2/+2 |
| * | | Revert "C++: add support for resolving typedefs for template arguments" | Nikolai Kosjar | 2014-09-11 | 1 | -57/+5 |