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
/
shared
/
cplusplus
/
AST.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes: move all files in shared/* to src/shared/*
hjk
2009-01-26
1
-3985
/
+0
*
Bump year in licence header.
Daniel Molkentin
2009-01-13
1
-1
/
+1
*
Added support for C99 compound literals.
Roberto Raggi
2009-01-13
1
-0
/
+39
*
Improved ObjC++ support.
Roberto Raggi
2009-01-12
1
-0
/
+12
*
Parse ObjC @class declarations.
Roberto Raggi
2009-01-08
1
-0
/
+67
*
Added the ability to clone AST nodes. Please, note that this is not finished ...
Roberto Raggi
2009-01-07
1
-2
/
+1049
*
Implemented ExpressionListAST::accept().
Roberto Raggi
2009-01-06
1
-2
/
+6
*
Accept the next-declarator in NewDeclaratorAST::accept() and implemented NewD...
Roberto Raggi
2009-01-06
1
-4
/
+10
*
WhileStatementAST::lastToken().
Roberto Raggi
2009-01-06
1
-2
/
+7
*
UsingDirectiveAST::lastToken().
Roberto Raggi
2009-01-06
1
-2
/
+7
*
UsingAST::lastToken().
Roberto Raggi
2009-01-06
1
-3
/
+7
*
TypenameTypeParameterAST::lastToken().
Roberto Raggi
2009-01-06
1
-1
/
+0
*
TypenameCallExpressionAST::lastToken().
Roberto Raggi
2009-01-06
1
-2
/
+14
*
TypeidExpressionAST::lastToken().
Roberto Raggi
2009-01-06
1
-2
/
+8
*
TypeIdAST::lastToken().
Roberto Raggi
2009-01-06
1
-2
/
+7
*
TypeConstructorCallAST::lastToken().
Roberto Raggi
2009-01-06
1
-6
/
+20
*
TemplateTypeParameterAST::lastToken().
Roberto Raggi
2009-01-06
1
-2
/
+12
*
TemplateIdAST::lastToken().
Roberto Raggi
2009-01-06
1
-2
/
+12
*
TemplateDeclarationAST::lastToken().
Roberto Raggi
2009-01-06
1
-3
/
+17
*
TemplateArgumentListAST::lastToken().
Roberto Raggi
2009-01-06
1
-3
/
+2
*
SwitchStatementAST::lastToken().
Roberto Raggi
2009-01-06
1
-7
/
+7
*
SimpleDeclarationAST::lastToken().
Roberto Raggi
2009-01-06
1
-6
/
+9
*
QualifiedNameAST::lastToken().
Roberto Raggi
2009-01-06
1
-6
/
+10
*
PointerToMemberAST::lastToken().
Roberto Raggi
2009-01-06
1
-3
/
+13
*
ParamterDeclarationAST::lastToken() and ParameterDeclarationClauseAST::lastTo...
Roberto Raggi
2009-01-06
1
-3
/
+2
*
More *AST::lastToken().
Roberto Raggi
2009-01-06
1
-4
/
+4
*
Implemented NewExpressionAST::lastToken() and NewInitializerAST::lastToken().
Roberto Raggi
2009-01-06
1
-4
/
+11
*
Implemented NestedExpressionAST::lastToken()
Roberto Raggi
2009-01-05
1
-4
/
+8
*
Implemented NestedDeclaratorAST::lastToken().
Roberto Raggi
2009-01-05
1
-2
/
+5
*
Implemented NamespaceAliasDefinitionAST::lastToken().
Roberto Raggi
2009-01-05
1
-2
/
+9
*
Implemented NamespaceAST::lastToken().
Roberto Raggi
2009-01-05
1
-2
/
+7
*
Implemented MemberAccessAST::lastToken().
Roberto Raggi
2009-01-05
1
-1
/
+2
*
Implemented MemInitializerAST::lastToken().
Roberto Raggi
2009-01-05
1
-3
/
+7
*
Implemented LinkageBodyAST::lastToken().
Roberto Raggi
2009-01-05
1
-2
/
+9
*
Implemented LabeledStatementAST::lastToken().
Roberto Raggi
2009-01-05
1
-2
/
+3
*
Implemented IfStatementAST::lastToken().
Roberto Raggi
2009-01-05
1
-2
/
+7
*
Implemented GotoStatementAST::lastToken().
Roberto Raggi
2009-01-05
1
-2
/
+7
*
Implemented FunctionDefinitionAST::lastToken().
Roberto Raggi
2009-01-05
1
-2
/
+10
*
Implemented FunctionDeclaratorAST::lastToken().
Roberto Raggi
2009-01-05
1
-7
/
+11
*
Implemented ForStatementAST::lastToken().
Roberto Raggi
2009-01-05
1
-8
/
+22
*
Implemented ExceptionSpecificationAST::lastToken().
Roberto Raggi
2009-01-02
1
-2
/
+14
*
Implemented ExceptionDeclarationAST::lastToken().
Roberto Raggi
2009-01-02
1
-3
/
+6
*
Implemented EnumeratorAST::lastToken().
Roberto Raggi
2009-01-02
1
-2
/
+1
*
Implemented EnumSpecifierAST::lastToken().
Roberto Raggi
2009-01-02
1
-4
/
+14
*
Implemented DoStatementAST::lastToken().
Roberto Raggi
2009-01-02
1
-2
/
+13
*
Implemented DestructorNameAST::lastToken().
Roberto Raggi
2009-01-02
1
-2
/
+3
*
Implemented DeleteExpressionAST::lastToken().
Roberto Raggi
2009-01-02
1
-5
/
+5
*
Implemented DeclaratorAST::firstToken(), and DeclaratorAST::lastToken().
Roberto Raggi
2009-01-02
1
-10
/
+25
*
Initial work on *AST::lastToken().
Roberto Raggi
2009-01-02
1
-54
/
+193
*
Fixed SimpleDeclarationAST::firstToken().
Roberto Raggi
2009-01-02
1
-9
/
+6
[next]