index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libs
/
cplusplus
/
LookupContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CppEditor: Add support for refactoring classes with concepts
Masoud Jami
2024-11-12
1
-12
/
+21
*
LookupContext: Replace QSharedPointer with std::shared_ptr
Jarek Kobus
2024-02-06
1
-14
/
+11
*
Various plugins: Replace QMap with QHash
Jarek Kobus
2024-01-29
1
-2
/
+1
*
Fix occurrences of the contains/insert anti-pattern
Christian Kandeler
2023-06-23
1
-26
/
+12
*
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
-2
/
+2
*
Merge remote-tracking branch 'origin/9.0'
Eike Ziller
2022-12-12
1
-1
/
+1
|
\
|
*
CppTypeHierarchy: Don't keep pointers to temp objects
Jarek Kobus
2022-12-07
1
-1
/
+1
*
|
CPlusPlus: Do not try to qualify the names of template parameters
Christian Kandeler
2022-12-01
1
-0
/
+2
*
|
CppEditor: Another name minimalization fix
Christian Kandeler
2022-12-01
1
-30
/
+43
*
|
CppEditor: Proliferate FilePath use
hjk
2022-11-24
1
-8
/
+6
|
/
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-2
/
+2
*
CppEditor: Remove extra CPlusPlus::Class member
Christian Kandeler
2022-09-16
1
-4
/
+1
*
CppEditor: Store typedefed name for anonymous structs
Christian Kandeler
2022-09-15
1
-1
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Utils: More porting.h related changes
hjk
2022-07-14
1
-2
/
+0
*
Utils: Collapse most of porting,h
hjk
2022-07-13
1
-2
/
+2
*
CPlusPlus: Drop the OverView::operator() overloads
hjk
2022-06-28
1
-5
/
+6
*
CPlusPlus: Inline more simple Type related functions
hjk
2022-06-28
1
-4
/
+4
*
CPlusPlus: Inline some simple central functions
hjk
2022-06-24
1
-28
/
+28
*
CPlusPlus: Remove foreach / Q_FOREACH usage
Artem Sokolovskii
2022-05-30
1
-2
/
+2
*
CPlusPlus: Remove foreach / Q_FOREACH usage
Artem Sokolovskii
2022-05-20
1
-19
/
+32
*
Remove unused local variable in LookupContext::fullyQualifiedName
Ihor Ivlev
2022-05-12
1
-1
/
+0
*
CppEditor: Fix "insert def from decl" for template return types
Christian Kandeler
2021-10-27
1
-15
/
+2
*
Fix qHash-related size compatibility warnings by MSVC
Orgad Shaneh
2021-10-20
1
-2
/
+3
*
CplusPlus: Fix minimal name construction
Christian Kandeler
2021-02-09
1
-4
/
+4
*
CplusPlus: Fix minimal name construction
Christian Kandeler
2021-01-29
1
-12
/
+46
*
CPlusPlus: Revert name minimization fix
Christian Kandeler
2021-01-29
1
-8
/
+2
*
CplusPlus: Fix minimal name construction
Christian Kandeler
2021-01-28
1
-2
/
+9
*
CppEditor: Support decl/def switch for conversion operators
Christian Kandeler
2020-11-23
1
-3
/
+19
*
CppEditor: Remove using namespace quickfix: Don't insert inline namespaces
Leander Schulten
2020-11-19
1
-6
/
+13
*
C++: Fix auto variable resolving for template class constructor call
Volodymyr Zibarov
2020-06-22
1
-0
/
+4
*
Fix clang warnings about unwanted copies in range loops
Christian Kandeler
2020-06-04
1
-2
/
+1
*
C++: fix built-in code model to work with shared_ptr on MSVC 2017
Volodymyr Zibarov
2020-05-29
1
-25
/
+93
*
Use isEmpty() instead of count() or size()
Alessandro Portale
2020-01-20
1
-1
/
+1
*
Some clang-tidy -use-modernize-nullptr
hjk
2019-08-01
1
-40
/
+40
*
Standardize on int for line and column values
hjk
2019-07-26
1
-32
/
+32
*
More Utils::toSet/toList
hjk
2019-07-04
1
-1
/
+3
*
Fix warning: "Don't call QVector::first() on temporary QList/QVector"
Alessandro Portale
2019-01-28
1
-1
/
+1
*
C++: Limit number of nested class instantiations
Nikolai Kosjar
2017-08-08
1
-0
/
+2
*
C++: Fix crash for invalid code
Nikolai Kosjar
2017-07-06
1
-8
/
+12
*
Use qEnvironmentVariableIsEmpty or qEnvironmentVariableIsSet directly
Montel Laurent
2017-04-19
1
-1
/
+1
*
C++: Avoid inline namespaces in generated code
Nikolai Kosjar
2017-02-23
1
-2
/
+37
*
C++: Remove concurrent access to TemplateNameId
Nikolai Kosjar
2016-11-04
1
-7
/
+8
*
CPlusPlus: fix gcc warning
Nikita Baryshnikov
2016-05-13
1
-2
/
+2
*
C++: Guard against parent binding loop
Nikolai Kosjar
2016-04-27
1
-4
/
+14
*
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
-724
/
+639
*
C++: Limit template instantiation depth
Orgad Shaneh
2015-11-12
1
-0
/
+6
*
C++: Revert problematic template specialization changes
Nikolai Kosjar
2015-09-10
1
-80
/
+51
[next]