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
/
LookupContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Long live the king!
hjk
2010-03-05
1
-1
/
+1
*
Prefer ObjC classes/protocols when searching for a canonical symbol.
Erik Verbruggen
2010-01-11
1
-0
/
+16
*
Fix typo in comment.
Tobias Hunger
2010-01-08
1
-1
/
+1
*
Merge branch '1.3'
Thorbjørn Lindeijer
2010-01-06
1
-2
/
+4
|
\
|
*
Fixed crash when completing symbols without a valid context.
Roberto Raggi
2010-01-06
1
-2
/
+4
*
|
Expand the template parameters.
Roberto Raggi
2009-12-08
1
-0
/
+6
*
|
Compile with msvc.
Roberto Raggi
2009-12-07
1
-10
/
+3
*
|
Store the documents in an hash.
Roberto Raggi
2009-12-07
1
-2
/
+7
*
|
Initial work on the new CPlusPlus::Snapshot.
Roberto Raggi
2009-12-07
1
-2
/
+2
*
|
Use const names.
Roberto Raggi
2009-12-01
1
-20
/
+20
*
|
Use const literals.
Roberto Raggi
2009-12-01
1
-5
/
+5
*
|
Merge remote branch 'origin/1.3'
Oswald Buddenhagen
2009-11-27
1
-2
/
+2
|
\
\
|
|
/
|
*
Fixed possible crash in the code completion
Thorbjørn Lindeijer
2009-11-26
1
-2
/
+2
*
|
compile fix with namespaced Qt
hjk
2009-11-20
1
-0
/
+2
*
|
Get rid off QPair<FullySpecifiedType, Symbol *>. Use LookupItem intead.
Roberto Raggi
2009-11-17
1
-6
/
+12
*
|
Added scope calculation for Objective-C classes.
Erik Verbruggen
2009-11-11
1
-2
/
+69
|
/
*
Initial work on the `new' GenTemplateInstance.
Roberto Raggi
2009-10-26
1
-1
/
+3
*
Expand the enclosing namespace.
Roberto Raggi
2009-10-15
1
-0
/
+5
*
Fixed possible crash when searching the canonical symbol.
Roberto Raggi
2009-10-14
1
-0
/
+2
*
Fixed lookup of qualified name ids.
Roberto Raggi
2009-10-12
1
-38
/
+40
*
Improved support for private classes.
Roberto Raggi
2009-10-12
1
-15
/
+53
*
Find the canonical virtual method.
Roberto Raggi
2009-10-07
1
-19
/
+92
*
Return the class declaration as canonical symbol for ctors, dtors, and class ...
Roberto Raggi
2009-10-06
1
-1
/
+20
*
Don't search for the canonical symbol in the base classes (at least for now).
Roberto Raggi
2009-09-30
1
-23
/
+6
*
Handle ctor-initializers in the LookupContext.
Roberto Raggi
2009-09-29
1
-1
/
+6
*
Some work on `find references of a symbol'.
Roberto Raggi
2009-09-25
1
-2
/
+12
*
Introduced LookupContext::canonicalSymbol().
Roberto Raggi
2009-09-25
1
-0
/
+38
*
Added method arguments to the lookup context of an ObjC method.
Erik Verbruggen
2009-09-25
1
-0
/
+10
*
long live the king
hjk
2009-08-14
1
-1
/
+1
*
Update license headers and sales contact details.
Jason McDonald
2009-06-17
1
-2
/
+2
*
Expand the anonymous namespace and not the enclosing namespace.
Roberto Raggi
2009-06-10
1
-1
/
+1
*
Expand enum and anonymous scoped symbols when resolving qualified name ids.
Roberto Raggi
2009-06-04
1
-2
/
+37
*
Refactored the lookup of name and template name ids.
Roberto Raggi
2009-05-28
1
-40
/
+21
*
Say hello to LookupContext::resolveNestedNameSpecifier()
Roberto Raggi
2009-05-28
1
-37
/
+26
*
Added LookupContext::resolveOperatorNameId() with the bits needed to resolve ...
Roberto Raggi
2009-05-28
1
-13
/
+28
*
Moved the lookup of qualified name ids in LookupContext::resolveQualifiedName...
Roberto Raggi
2009-05-28
1
-42
/
+50
*
Introduced Name::identifier().
Roberto Raggi
2009-05-28
1
-19
/
+14
*
Removed obsolete code.
Roberto Raggi
2009-05-27
1
-31
/
+0
*
Some cleanup in the lookup context.
Roberto Raggi
2009-05-27
1
-31
/
+21
*
Oops! Removed "ugly" and buggy "return".
Roberto Raggi
2009-05-19
1
-1
/
+0
*
Improved LookupContext::buildVisibleScopes().
Roberto Raggi
2009-05-19
1
-16
/
+32
*
Do not expand the list of candidates when resolving fully qualified ids
Thorbjørn Lindeijer
2009-05-19
1
-1
/
+1
*
Revert "Do not expand the list of candidates when resolving fully qualified ids"
Thorbjørn Lindeijer
2009-05-18
1
-1
/
+1
*
Fixed: Possible crash when resolving fully qualified name ids.
Roberto Raggi
2009-04-06
1
-8
/
+7
*
Do not expand the list of candidates when resolving fully qualified ids
Thorbjørn Lindeijer
2009-03-26
1
-1
/
+1
*
Fixed the lookup of qualified name ids.
Roberto Raggi
2009-03-25
1
-4
/
+9
*
Mark the generated regions of text.
Roberto Raggi
2009-03-04
1
-0
/
+3
*
Fixes: change file license headers to include LGPL
hjk
2009-02-25
1
-21
/
+17
*
Fixes: Possible crash while resolving qualified name ids.
Roberto Raggi
2009-02-18
1
-1
/
+1
*
Fixed crash in lookup context due to null-name
Thorbjørn Lindeijer
2009-02-11
1
-2
/
+5
[next]