summaryrefslogtreecommitdiffstats
path: root/test/CodeCompletion/tag.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-1/+1
* Improve the sorting of code-completion results. We now always sort byDouglas Gregor2010-01-131-7/+9
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* When code-completion finds a declaration only because it is usable asDouglas Gregor2009-09-221-2/+2
* Tweak the code-completion results ranking and formation, so thatDouglas Gregor2009-09-221-5/+5
* Replace the -code-completion-dump option with Douglas Gregor2009-09-221-4/+3
* Handle using declarations and overload sets in code completion.Douglas Gregor2009-09-181-0/+7
* For code completion in C++ member access expressions and tag names,Douglas Gregor2009-09-181-0/+20