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
/
libs
/
cplusplus
/
CppDocument.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
It's 2011 now.
con
2011-01-12
1
-1
/
+1
*
License headers.
con
2010-12-17
1
-7
/
+11
*
Renamed Symbol::scope() to Symbol::enclosingScope().
Roberto Raggi
2010-08-26
1
-1
/
+1
*
Renamed Symbol::identity() to Symbol::unqualifiedName().
Roberto Raggi
2010-08-26
1
-1
/
+1
*
Nicer implementation of Document::lastVisibleSymbolAt().
Roberto Raggi
2010-08-17
1
-23
/
+41
*
Get rid of the old Semantic pass.
Roberto Raggi
2010-08-13
1
-1
/
+0
*
Use the new binder
Roberto Raggi
2010-08-13
1
-7
/
+5
*
Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control.
Roberto Raggi
2010-08-11
1
-1
/
+1
*
Merged ScopedSymbol and Scope.
Roberto Raggi
2010-08-11
1
-19
/
+11
*
Fixes for scope range calculation.
Erik Verbruggen
2010-07-19
1
-2
/
+2
*
Added comment.
Erik Verbruggen
2010-07-16
1
-0
/
+1
*
Introduced helpers to rewrite types and names.
Roberto Raggi
2010-07-16
1
-2
/
+3
*
Fixed scope calculation in code completion.
Erik Verbruggen
2010-07-06
1
-1
/
+2
*
Fixed: "Follow symbol" on constructor or destructor always jumps to class def...
Roberto Raggi
2010-07-05
1
-12
/
+4
*
C++: Make 'follow symbol' for classes work in more cases.
Christian Kamm
2010-06-18
1
-3
/
+5
*
C++: Make 'follow symbol' work with forward declared classes.
Christian Kamm
2010-06-16
1
-0
/
+23
*
Fixed jump to the matching definition.
Roberto Raggi
2010-05-21
1
-4
/
+7
*
Turn on C++0x support.
Roberto Raggi
2010-05-21
1
-1
/
+1
*
Fixed scope discovery.
Erik Verbruggen
2010-05-20
1
-3
/
+9
*
Renamed Document::findSymbolAt().
Roberto Raggi
2010-05-17
1
-4
/
+4
*
Fixed Document::scopeAt() to always return a valid scope.
Roberto Raggi
2010-05-14
1
-1
/
+3
*
Improved LookupItem and get rid of some deprecated code.
Roberto Raggi
2010-05-14
1
-2
/
+93
*
Introduced Snapshot::findMatchingDefinition().
Roberto Raggi
2010-05-11
1
-0
/
+121
*
Removed deprecated method Snapshot::globalNamespaceBinding().
Roberto Raggi
2010-05-11
1
-6
/
+0
*
Disable C++0x support for now
Thorbjørn Lindeijer
2010-03-25
1
-1
/
+1
*
Recognize C++0x lambda expressions.
Roberto Raggi
2010-03-24
1
-0
/
+1
*
Ensure that the memory pool can be reused after a rewind and get rid of the s...
Roberto Raggi
2010-03-18
1
-0
/
+5
*
Put the include depenency table into a separate class, and cache it when poss...
Erik Verbruggen
2010-03-17
1
-106
/
+0
*
Long live the king!
hjk
2010-03-05
1
-1
/
+1
*
Enhance data stored for macros and macro uses.
Christian Kamm
2009-12-21
1
-1
/
+29
*
Use the text editor revision to ignore outdated parse results.
Roberto Raggi
2009-12-15
1
-1
/
+13
*
Removed the call to QDir::cleanPath.
Roberto Raggi
2009-12-07
1
-1
/
+1
*
Store the documents in an hash.
Roberto Raggi
2009-12-07
1
-2
/
+2
*
Initial work on the new CPlusPlus::Snapshot.
Roberto Raggi
2009-12-07
1
-9
/
+38
*
Rename dependsOn() in filesDepedingOn() and introduced Snapshot::dependencyTa...
Roberto Raggi
2009-12-02
1
-26
/
+58
*
Use const literals.
Roberto Raggi
2009-12-01
1
-3
/
+3
*
Refactored the AST visitors.
Roberto Raggi
2009-11-17
1
-1
/
+1
*
Merge commit 'origin/1.3'
con
2009-11-11
1
-2
/
+8
|
\
|
*
Code model: Fix Windows issues (duplicate matches).
Friedemann Kleint
2009-11-09
1
-2
/
+8
*
|
Fixed the AST field names.
Roberto Raggi
2009-11-10
1
-1
/
+1
*
|
Removed DeclarationListAST node.
Roberto Raggi
2009-11-10
1
-1
/
+1
|
/
*
Introduced CppTools::CppModelManagerInterface::updateModifiedFiles().
Roberto Raggi
2009-11-05
1
-0
/
+12
*
Store in the document's macroUsages only the top-level macro expansions.
Roberto Raggi
2009-10-15
1
-1
/
+1
*
Delay the parsing of the document.
Roberto Raggi
2009-09-30
1
-1
/
+3
*
Track more macro uses.
Christian Kamm
2009-09-25
1
-1
/
+62
*
long live the king
hjk
2009-08-14
1
-1
/
+1
*
Added Snapshot::dependsOn().
Roberto Raggi
2009-07-29
1
-3
/
+78
*
Introduced revisions in CPlusPlus::Document.
Roberto Raggi
2009-07-14
1
-1
/
+12
*
Introduced Snapshot::simplified(doc)
Roberto Raggi
2009-07-10
1
-0
/
+22
*
Introduced Document::CheckMode.
Roberto Raggi
2009-06-26
1
-1
/
+3
[next]