summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/member-access.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-land "[CodeComplete] Improve overload handling for C++ qualified and ref-q...Sam McCall2019-06-101-0/+63
* Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qu...Sam McCall2019-06-101-63/+0
* Revert "Revert "[CodeComplete] Improve overload handling for C++ qualified an...Sam McCall2019-06-101-0/+63
* Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qu...Vlad Tsyrklevich2019-06-071-63/+0
* [CodeComplete] Improve overload handling for C++ qualified and ref-qualified ...Sam McCall2019-06-071-0/+63
* [CodeComplete] Expose InBaseClass signal in code completion results.Eric Liu2018-10-241-35/+35
* Optionally add code completion results for arrow instead of dotIvan Donchevskii2018-05-251-0/+44
* [CodeComplete] Omit templated constructors from member list too.Sam McCall2018-01-221-12/+14
* [Completion] Code complete the members for a dependent type after a '::'Alex Lorenz2017-06-151-0/+18
* [CodeCompletion] Provide member completions for dependent expressions whoseAlex Lorenz2017-05-111-0/+80
* [libclang] Fix crash in member access code completion with implicit baseErik Verbruggen2017-03-281-0/+14
* [code-completion] Fix crash when trying to do postfix completion of instance ...Argyrios Kyrtzidis2017-01-151-1/+13
* Improve the sorting of code-completion results. We now always sort byDouglas Gregor2010-01-131-11/+11
* Extend code-completion results with the type of each resultDouglas Gregor2009-12-181-8/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Add a function's cv-qualifiers to the code-completion results as anDouglas Gregor2009-12-111-2/+2
* Tweak code-completion results by suppressing class templateDouglas Gregor2009-12-111-1/+1
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Determinism is for wimps. <Wimper>Douglas Gregor2009-09-281-2/+2
* For code completion, note that injected-class-names found as part ofDouglas Gregor2009-09-231-0/+1
* Tweak the code-completion results ranking and formation, so thatDouglas Gregor2009-09-221-9/+9
* Replace the -code-completion-dump option with Douglas Gregor2009-09-221-4/+4
* When providing a code-completion suggestion for a hidden name, includeDouglas Gregor2009-09-211-1/+1
* Initial implementation of a code-completion interface in Clang. InDouglas Gregor2009-09-171-0/+42
OpenPOWER on IntegriCloud