Age | Commit message (Expand) | Author |
---|---|---|
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-12-14 | Make tests use the new clang -cc1 flag. | Fariborz Jahanian |
2009-11-17 | Refactor code-completion support for message sends, collecting the | Douglas Gregor |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-11-07 | Add basic code completion support for ObjC messages. | Steve Naroff |