index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Index
/
code-completion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix templated type alias completion when using global completion cache
Erik Verbruggen
2017-09-08
1
-0
/
+12
*
Revert r311442 (Fix templated type alias completion when using global complet...
Erik Verbruggen
2017-08-22
1
-12
/
+0
*
Fix templated type alias completion when using global completion cache
Erik Verbruggen
2017-08-22
1
-0
/
+12
*
Add default values for function parameter chunks
Erik Verbruggen
2017-07-19
1
-2
/
+2
*
Improves overload completion result chunks.
Francisco Lopes da Silva
2015-01-28
1
-3
/
+3
*
Initial support for C++ parameter completion
Francisco Lopes da Silva
2015-01-21
1
-3
/
+3
*
New libclang API to expose container type for code completion, from
Douglas Gregor
2011-07-21
1
-0
/
+3
*
Introduce a new libclang aPI function,
Douglas Gregor
2011-07-07
1
-0
/
+20
*
Tweak code-completion result priorities, so that exact and similar
Douglas Gregor
2010-10-19
1
-4
/
+4
*
Add code completion for C++ constructors wherever we see the class (or
Douglas Gregor
2010-09-21
1
-1
/
+1
*
Code completion has no reason to prefer values over types, especially
Douglas Gregor
2010-09-20
1
-2
/
+2
*
Swap the priorities of constants and types, so that we prefer types.
Douglas Gregor
2010-09-16
1
-2
/
+2
*
'const std::type_info*' instead of 'std::type_info const*'
Chris Lattner
2010-09-05
1
-3
/
+3
*
Synchronize code-completion cursor kinds with indexing cursor
Douglas Gregor
2010-09-03
1
-10
/
+10
*
Revert "Move the sorting of code-completion results out of the main path and
Douglas Gregor
2010-08-26
1
-1
/
+1
*
Move the sorting of code-completion results out of the main path and
Douglas Gregor
2010-08-25
1
-1
/
+1
*
In code-completion contexts where both types and other values are
Douglas Gregor
2010-08-24
1
-2
/
+2
*
Implement support for cached code completions for
Douglas Gregor
2010-08-16
1
-3
/
+3
*
Teach code completion not to ignore data members when performing code
Douglas Gregor
2010-06-15
1
-0
/
+13
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-5
/
+5
*
De-XFAIL some win32 tests that are now passing
Douglas Gregor
2010-02-21
1
-1
/
+0
*
XFAIL some of the c-index-test tests on Windows, where they are failing inexp...
Douglas Gregor
2010-02-19
1
-0
/
+1
*
Improve the sorting of code-completion results. We now always sort by
Douglas Gregor
2010-01-13
1
-6
/
+6
*
Extend code-completion results with the type of each result
Douglas Gregor
2009-12-18
1
-13
/
+15
*
Tweak code-completion results by suppressing class template
Douglas Gregor
2009-12-11
1
-4
/
+3
*
Make sure that we look into nested, transparent declaration contexts
Douglas Gregor
2009-11-09
1
-2
/
+6
*
Simplify test to deal with type-based ordering variations
Douglas Gregor
2009-11-09
1
-2
/
+0
*
Verify that code-completion is at least a little bit robust against inclusion...
Douglas Gregor
2009-11-09
1
-1
/
+1
*
Minor cleanup for CIndex-based code-completion:
Douglas Gregor
2009-11-09
1
-0
/
+51