| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up the CodeCompletion testsuite's use of FileCheck | Douglas Gregor | 2009-09-24 | 1 | -4/+4 |
| | | | | | llvm-svn: 82726 | ||||
| * | Replace the -code-completion-dump option with | Douglas Gregor | 2009-09-22 | 1 | -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 expression | Douglas Gregor | 2009-09-21 | 1 | -0/+27 |
| of enumeration type, providing the various unused enumerators as options. llvm-svn: 82467 | |||||

