summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/member-access.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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