index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeCompletion
/
member-access.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-land "[CodeComplete] Improve overload handling for C++ qualified and ref-q...
Sam McCall
2019-06-10
1
-0
/
+63
*
Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qu...
Sam McCall
2019-06-10
1
-63
/
+0
*
Revert "Revert "[CodeComplete] Improve overload handling for C++ qualified an...
Sam McCall
2019-06-10
1
-0
/
+63
*
Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qu...
Vlad Tsyrklevich
2019-06-07
1
-63
/
+0
*
[CodeComplete] Improve overload handling for C++ qualified and ref-qualified ...
Sam McCall
2019-06-07
1
-0
/
+63
*
[CodeComplete] Expose InBaseClass signal in code completion results.
Eric Liu
2018-10-24
1
-35
/
+35
*
Optionally add code completion results for arrow instead of dot
Ivan Donchevskii
2018-05-25
1
-0
/
+44
*
[CodeComplete] Omit templated constructors from member list too.
Sam McCall
2018-01-22
1
-12
/
+14
*
[Completion] Code complete the members for a dependent type after a '::'
Alex Lorenz
2017-06-15
1
-0
/
+18
*
[CodeCompletion] Provide member completions for dependent expressions whose
Alex Lorenz
2017-05-11
1
-0
/
+80
*
[libclang] Fix crash in member access code completion with implicit base
Erik Verbruggen
2017-03-28
1
-0
/
+14
*
[code-completion] Fix crash when trying to do postfix completion of instance ...
Argyrios Kyrtzidis
2017-01-15
1
-1
/
+13
*
Improve the sorting of code-completion results. We now always sort by
Douglas Gregor
2010-01-13
1
-11
/
+11
*
Extend code-completion results with the type of each result
Douglas Gregor
2009-12-18
1
-8
/
+8
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Add a function's cv-qualifiers to the code-completion results as an
Douglas Gregor
2009-12-11
1
-2
/
+2
*
Tweak code-completion results by suppressing class template
Douglas Gregor
2009-12-11
1
-1
/
+1
*
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
1
-1
/
+0
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-1
/
+1
*
Determinism is for wimps. <Wimper>
Douglas Gregor
2009-09-28
1
-2
/
+2
*
For code completion, note that injected-class-names found as part of
Douglas Gregor
2009-09-23
1
-0
/
+1
*
Tweak the code-completion results ranking and formation, so that
Douglas Gregor
2009-09-22
1
-9
/
+9
*
Replace the -code-completion-dump option with
Douglas Gregor
2009-09-22
1
-4
/
+4
*
When providing a code-completion suggestion for a hidden name, include
Douglas Gregor
2009-09-21
1
-1
/
+1
*
Initial implementation of a code-completion interface in Clang. In
Douglas Gregor
2009-09-17
1
-0
/
+42