summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/enum-switch-case.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
| | | | llvm-svn: 86432
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Clean up the CodeCompletion testsuite's use of FileCheckDouglas Gregor2009-09-241-4/+4
| | | | llvm-svn: 82726
* Replace the -code-completion-dump option with Douglas Gregor2009-09-221-4/+6
| | | | | | | | | | | -code-completion-at=filename:line:column which performs code completion at the specified location by truncating the file at that position and enabling code completion. This approach makes it possible to run multiple tests from a single test file, and gives a more natural command-line interface. llvm-svn: 82571
* Code completion for "case" statements within a switch on an expressionDouglas Gregor2009-09-211-0/+27
of enumeration type, providing the various unused enumerators as options. llvm-svn: 82467
OpenPOWER on IntegriCloud