| 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 | -15/+15 |
| | | | | | | | | | | | | -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 | ||||
| * | Enhance "case" code completion in C++ to suggest qualified names for | Douglas Gregor | 2009-09-21 | 1 | -0/+29 |
| enumerators when either the user intentionally wrote a qualified name (in which case we just use that nested-name-specifier to match the user's code) or when this is the first "case" statement and we need a qualified name to refer to an enumerator in a different scope. llvm-svn: 82474 | |||||

