summaryrefslogtreecommitdiff
path: root/test/CodeCompletion/member-access.cpp
AgeCommit message (Expand)Author
2017-06-15[Completion] Code complete the members for a dependent type after a '::'Alex Lorenz
2017-05-11[CodeCompletion] Provide member completions for dependent expressions whoseAlex Lorenz
2017-03-28[libclang] Fix crash in member access code completion with implicit baseErik Verbruggen
2017-01-15[code-completion] Fix crash when trying to do postfix completion of instance ...Argyrios Kyrtzidis
2010-01-13Improve the sorting of code-completion results. We now always sort byDouglas Gregor
2009-12-18Extend code-completion results with the type of each resultDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-11Add a function's cv-qualifiers to the code-completion results as anDouglas Gregor
2009-12-11Tweak code-completion results by suppressing class templateDouglas Gregor
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-28Determinism is for wimps. <Wimper>Douglas Gregor
2009-09-23For code completion, note that injected-class-names found as part ofDouglas Gregor
2009-09-22Tweak the code-completion results ranking and formation, so thatDouglas Gregor
2009-09-22Replace the -code-completion-dump option with Douglas Gregor
2009-09-21When providing a code-completion suggestion for a hidden name, includeDouglas Gregor
2009-09-17Initial implementation of a code-completion interface in Clang. InDouglas Gregor