Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
b21c11d655027ae439be83af84f9bce3ab0f728b
/
test
/
Index
/
code-completion.cpp
e081a61
New libclang API to expose container type for code completion, from
by Douglas Gregor
· 13 years ago
3da626b
Introduce a new libclang aPI function,
by Douglas Gregor
· 13 years ago
8ec904c
Tweak code-completion result priorities, so that exact and similar
by Douglas Gregor
· 14 years ago
6f942b2
Add code completion for C++ constructors wherever we see the class (or
by Douglas Gregor
· 14 years ago
08f43cd
Code completion has no reason to prefer values over types, especially
by Douglas Gregor
· 14 years ago
d754d55
Swap the priorities of constants and types, so that we prefer types.
by Douglas Gregor
· 14 years ago
0c42bb6
'const std::type_info*' instead of 'std::type_info const*'
by Chris Lattner
· 14 years ago
e8d7beb
Synchronize code-completion cursor kinds with indexing cursor
by Douglas Gregor
· 14 years ago
9214819
Revert "Move the sorting of code-completion results out of the main path and
by Douglas Gregor
· 14 years ago
c7ed372
Move the sorting of code-completion results out of the main path and
by Douglas Gregor
· 14 years ago
d43dd83
In code-completion contexts where both types and other values are
by Douglas Gregor
· 14 years ago
a5fb7c3
Implement support for cached code completions for
by Douglas Gregor
· 14 years ago
9b30b26
Teach code completion not to ignore data members when performing code
by Douglas Gregor
· 14 years ago
7c2342d
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 15 years ago
fdf321b
De-XFAIL some win32 tests that are now passing
by Douglas Gregor
· 15 years ago
1e0993c
XFAIL some of the c-index-test tests on Windows, where they are failing inexplicably
by Douglas Gregor
· 15 years ago
ab0b4f1
Improve the sorting of code-completion results. We now always sort by
by Douglas Gregor
· 15 years ago
ff5ce6e
Extend code-completion results with the type of each result
by Douglas Gregor
· 15 years ago
7628294
Tweak code-completion results by suppressing class template
by Douglas Gregor
· 15 years ago
ff4393c
Make sure that we look into nested, transparent declaration contexts
by Douglas Gregor
· 15 years ago
4bb2c28
Simplify test to deal with type-based ordering variations
by Douglas Gregor
· 15 years ago
ac06a7c
Verify that code-completion is at least a little bit robust against inclusion of missing headers
by Douglas Gregor
· 15 years ago
3ac7385
Minor cleanup for CIndex-based code-completion:
by Douglas Gregor
· 15 years ago