summaryrefslogtreecommitdiffstats
path: root/test/CodeCompletion/enum-switch-case.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-5/+5
* Improve the sorting of code-completion results. We now always sort byDouglas Gregor2010-01-131-5/+5
* Extend code-completion results with the type of each resultDouglas Gregor2009-12-181-5/+5
* 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
* Clean up the CodeCompletion testsuite's use of FileCheckDouglas Gregor2009-09-241-4/+4
* Replace the -code-completion-dump option with Douglas Gregor2009-09-221-15/+15
* Enhance "case" code completion in C++ to suggest qualified names forDouglas Gregor2009-09-211-0/+29