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
/
CheckDeclaration.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create symbols for the fwd class declarations
Roberto Raggi
2010-08-13
1
-3
/
+3
*
Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control.
Roberto Raggi
2010-08-11
1
-1
/
+1
*
Introduced CPlusPlus::Template and process the template declarations.
Roberto Raggi
2010-08-11
1
-9
/
+13
*
Removed TemplateParameters.
Roberto Raggi
2010-08-11
1
-30
/
+1
*
Merged ScopedSymbol and Scope.
Roberto Raggi
2010-08-11
1
-35
/
+40
*
Apply the decl specifiers.
Roberto Raggi
2010-08-09
1
-46
/
+49
*
Speed up the comutation of the local members.
Roberto Raggi
2010-08-06
1
-6
/
+2
*
Use the location of the unqualified name id.
Roberto Raggi
2010-07-20
1
-17
/
+9
*
Fixes for scope range calculation.
Erik Verbruggen
2010-07-19
1
-11
/
+59
*
Moved startOffset/endOffset from Symbol to Scope.
Erik Verbruggen
2010-07-16
1
-12
/
+2
*
Changed startOffset to point to the start of the scope.
Erik Verbruggen
2010-07-16
1
-1
/
+6
*
Recursive definition of CPlusPlus::QualifiedNameId.
Roberto Raggi
2010-07-12
1
-25
/
+21
*
Fixed return-type checking for ObjC methods.
Erik Verbruggen
2010-06-18
1
-4
/
+4
*
Fix dead/unnecessary code.
Bill King
2010-06-11
1
-2
/
+0
*
Fixed off-by-1-token for symbol end offsets.
Erik Verbruggen
2010-05-28
1
-10
/
+10
*
Added support for the GCC "unavailable" attribute.
Erik Verbruggen
2010-05-26
1
-0
/
+12
*
Removed deprecated (and unsafe) methods.
Roberto Raggi
2010-05-10
1
-2
/
+2
*
Propagate the Friend specifier.
Roberto Raggi
2010-05-10
1
-0
/
+4
*
Introduce Namespace aliases and store the TranslationUnit instead of the Cont...
Roberto Raggi
2010-05-05
1
-1
/
+20
*
Postpone the parsing of function definitions.
Roberto Raggi
2010-03-30
1
-23
/
+9
*
Set and propagate the `auto' specifier.
Roberto Raggi
2010-03-24
1
-1
/
+4
*
Added __attribute__ visiting, and storing of the deprecated attr.
Erik Verbruggen
2010-03-23
1
-0
/
+12
*
Fixed possible leaks when processing friend template classes and template con...
Roberto Raggi
2010-03-19
1
-7
/
+12
*
Fixed Q_ENUMS/Q_FLAGS parsing of enum names.
Erik Verbruggen
2010-03-17
1
-4
/
+37
*
Long live the king!
hjk
2010-03-05
1
-1
/
+1
*
Compile with gcc -pedantic.
Roberto Raggi
2010-02-25
1
-2
/
+0
*
Added semantic checks for Q_PROPERTY declarations.
Erik Verbruggen
2010-02-22
1
-0
/
+14
*
Fixed Q_PROPERTY parsing to handle all possible cases.
Erik Verbruggen
2010-02-16
1
-20
/
+3
*
Fixed local usage highlighting for ObjC message parameters.
Erik Verbruggen
2010-02-11
1
-2
/
+2
*
Removed Q_DECLARE_FLAGS parsing, leaving it to the CPP to expand it.
Erik Verbruggen
2010-02-08
1
-9
/
+0
*
Changed ObjC message arguments to have SimpleName for the name part.
Erik Verbruggen
2010-02-08
1
-12
/
+12
*
Changed Q_PROPERTY parsing and AST storage.
Erik Verbruggen
2010-02-07
1
-8
/
+11
*
Added semantic checks for Q_ENUMS.
Erik Verbruggen
2010-02-07
1
-27
/
+41
*
Reworked parts of the QtPropertyDeclaration parsing and handling.
Erik Verbruggen
2010-02-07
1
-4
/
+4
*
Removed #ifdefs so all AST nodes are always there.
Erik Verbruggen
2010-02-04
1
-1
/
+1
*
Merge ichecker branch changes into the mainline. New project can be found und...
Wolfgang Beck
2010-01-19
1
-0
/
+36
*
Fix to selector parameter position.
Erik Verbruggen
2010-01-06
1
-7
/
+7
*
Create TypenameArgument symbols.
Roberto Raggi
2009-12-08
1
-2
/
+6
*
Added initializers to the formal arguments.
Roberto Raggi
2009-12-08
1
-2
/
+14
*
Store the names in a set.
Roberto Raggi
2009-12-01
1
-2
/
+3
*
Use const names.
Roberto Raggi
2009-12-01
1
-19
/
+19
*
Use const literals.
Roberto Raggi
2009-12-01
1
-2
/
+2
*
Fixed parsing of ctor-initializers and added a manual test for the AST matchers
Roberto Raggi
2009-11-13
1
-1
/
+3
*
Added symbols for property declarations.
Erik Verbruggen
2009-11-11
1
-35
/
+42
*
Added scope calculation for Objective-C classes.
Erik Verbruggen
2009-11-11
1
-3
/
+1
*
Fixed the AST field names.
Roberto Raggi
2009-11-10
1
-14
/
+14
*
Cleanup specifiers.
Roberto Raggi
2009-11-10
1
-1
/
+1
*
Removed ObjCPropertyAttributeListAST
Roberto Raggi
2009-11-10
1
-1
/
+1
*
Removed ObjCIdentifierListAST
Roberto Raggi
2009-11-10
1
-12
/
+12
*
Removed DeclaratorListAST
Roberto Raggi
2009-11-10
1
-6
/
+6
[next]