Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't crash when code-completing after "#include <". It would be far | Douglas Gregor | 2010-12-09 | 1 | -0/+3 |
* | Only filter out names reserved for the implementation (e.g., __blah or | Douglas Gregor | 2010-07-14 | 1 | -4/+8 |
* | Improve the sorting of code-completion results. We now always sort by | Douglas Gregor | 2010-01-13 | 1 | -4/+3 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Remove RUN: true lines. | Daniel Dunbar | 2009-11-08 | 1 | -1/+0 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -1/+1 |
* | Determinism is for wimps. <Wimper> | Douglas Gregor | 2009-09-28 | 1 | -4/+4 |
* | Clean up the CodeCompletion testsuite's use of FileCheck | Douglas Gregor | 2009-09-24 | 1 | -3/+4 |
* | Replace the -code-completion-dump option with | Douglas Gregor | 2009-09-22 | 1 | -3/+2 |
* | Code completion for ordinary names when we're starting a declaration, express... | Douglas Gregor | 2009-09-21 | 1 | -0/+12 |