index
:
delta/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
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
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
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/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/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
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
cplusplus
/
Control.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/
Oswald Buddenhagen
2011-05-16
1
-832
/
+0
*
Added the Enumerator class as a special Declaration.
Erik Verbruggen
2011-05-09
1
-0
/
+10
*
Fix/add copyright headers
Tobias Hunger
2011-05-06
1
-1
/
+1
*
Update license.
hjk
2011-04-13
1
-14
/
+13
*
C++ editor: Better control to stop the semantic highlighter
Leandro Melo
2011-02-04
1
-0
/
+12
*
It's 2011 now.
con
2011-01-12
1
-1
/
+1
*
C++: Bind Q_ENUMS in the code model.
Christian Kamm
2011-01-04
1
-0
/
+10
*
C++: Add QtPropertyDeclaration symbol.
Christian Kamm
2011-01-04
1
-0
/
+11
*
Merge branch '2.1'
con
2010-12-17
1
-7
/
+11
|
\
|
*
License headers.
con
2010-12-17
1
-7
/
+11
*
|
Added some initial support for function overloading.
Roberto Raggi
2010-12-10
1
-0
/
+16
*
|
C++: implemented switch decl to def for operators
Erik Verbruggen
2010-11-19
1
-0
/
+9
|
/
*
Fixed alignment issues with 64 bits ABIs.
Roberto Raggi
2010-09-03
1
-2
/
+2
*
Get rid of the numeric literals.
Roberto Raggi
2010-09-02
1
-0
/
+5
*
Merge CPlusPlus::NameId and CPlusPlus::Identifier.
Roberto Raggi
2010-09-02
1
-20
/
+0
*
Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control.
Roberto Raggi
2010-08-11
1
-20
/
+20
*
Introduced CPlusPlus::Template and process the template declarations.
Roberto Raggi
2010-08-11
1
-24
/
+22
*
New implementation of CPlusPlus::FindUsages
Roberto Raggi
2010-08-10
1
-0
/
+6
*
Recursive definition of CPlusPlus::QualifiedNameId.
Roberto Raggi
2010-07-12
1
-11
/
+7
*
Fixed uninitialized members.
Erik Verbruggen
2010-06-04
1
-3
/
+13
*
Added support for the GCC "unavailable" attribute.
Erik Verbruggen
2010-05-26
1
-0
/
+5
*
Introduce Namespace aliases and store the TranslationUnit instead of the Cont...
Roberto Raggi
2010-05-05
1
-0
/
+11
*
Added deprecated identifier.
Erik Verbruggen
2010-03-23
1
-0
/
+6
*
Recognize C++0x rvalue references.
Roberto Raggi
2010-03-23
1
-4
/
+4
*
Ensure that the memory pool can be reused after a rewind and get rid of the s...
Roberto Raggi
2010-03-18
1
-1
/
+0
*
Long live the king!
hjk
2010-03-05
1
-1
/
+1
*
Change ICHECK_BUILD ifdef in Q_OS_SYMBIAN.
Wolfgang Beck
2010-02-09
1
-1
/
+1
*
Source update.
Wolfgang Beck
2010-02-03
1
-0
/
+11
*
Access the method insert() using its fully qualified name.
Roberto Raggi
2010-01-14
1
-1
/
+2
*
Introduced TypenameArgument.
Roberto Raggi
2009-12-08
1
-0
/
+11
*
Store the names in a set.
Roberto Raggi
2009-12-01
1
-151
/
+94
*
Use const names.
Roberto Raggi
2009-12-01
1
-84
/
+83
*
Use const literals.
Roberto Raggi
2009-12-01
1
-37
/
+37
*
Store the types in a set.
Roberto Raggi
2009-11-30
1
-82
/
+95
*
Removed the usage of CPlusPlus::Array<T>
Roberto Raggi
2009-11-30
1
-12
/
+16
*
Store all the symbols in one big list.
Roberto Raggi
2009-11-23
1
-68
/
+21
*
Use Array<T> instead of std::vector.
Roberto Raggi
2009-11-23
1
-19
/
+19
*
Don't use std::map to store types.
Roberto Raggi
2009-11-23
1
-106
/
+94
*
Introduced type matchers.
Roberto Raggi
2009-11-23
1
-5
/
+3
*
Pass the fully specified type as const reference.
Roberto Raggi
2009-11-17
1
-9
/
+9
*
Added symbols for property declarations.
Erik Verbruggen
2009-11-11
1
-0
/
+12
*
Fixed use of uninitialized Control.
Erik Verbruggen
2009-10-20
1
-11
/
+13
*
Changed ObjC context keyword comparison to use identifiers.
Erik Verbruggen
2009-10-20
1
-1
/
+42
*
Cleanup the C++ front-end.
Roberto Raggi
2009-10-20
1
-2
/
+2
*
Removed the MacroResolver
Roberto Raggi
2009-10-07
1
-14
/
+1
*
Added protocol & class definedness checks, and added property attribute checks.
Erik Verbruggen
2009-10-05
1
-0
/
+24
*
Introduced MacroResolver.
Roberto Raggi
2009-09-30
1
-1
/
+15
*
Introduced LiteralTable::findLiteral() and Control::findIdentifier()
Roberto Raggi
2009-09-23
1
-0
/
+3
*
long live the king
hjk
2009-08-14
1
-1
/
+1
*
Fixed semantic checks for Objective-C methods and fast-enumeration.
Erik Verbruggen
2009-08-05
1
-0
/
+12
[next]