aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeCompletion/enum-switch-case.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover1-2/+2
2011-10-18Provide result types for code completions that describe built-inDouglas Gregor1-1/+1
2010-07-28When performing code completion for a case statement in a switch whoseDouglas Gregor1-2/+19
2010-01-13Improve the sorting of code-completion results. We now always sort byDouglas Gregor1-5/+5
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-08Remove RUN: true lines.Daniel Dunbar1-1/+0
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-1/+1
2009-09-24Clean up the CodeCompletion testsuite's use of FileCheckDouglas Gregor1-4/+4
2009-09-22Replace the -code-completion-dump option with Douglas Gregor1-4/+6
2009-09-21Code completion for "case" statements within a switch on an expressionDouglas Gregor1-0/+27