Age | Commit message (Expand) | Author |
---|---|---|
2011-10-18 | Provide result types for code completions that describe built-in | Douglas Gregor |
2010-07-28 | When performing code completion for a case statement in a switch whose | Douglas Gregor |
2010-01-13 | Improve the sorting of code-completion results. We now always sort by | Douglas Gregor |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-11-08 | Remove RUN: true lines. | Daniel Dunbar |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-09-24 | Clean up the CodeCompletion testsuite's use of FileCheck | Douglas Gregor |
2009-09-22 | Replace the -code-completion-dump option with | Douglas Gregor |
2009-09-21 | Code completion for "case" statements within a switch on an expression | Douglas Gregor |