aboutsummaryrefslogtreecommitdiff
path: root/test/CodeCompletion/objc-message.m
AgeCommit message (Expand)Author
2010-01-13Improve the sorting of code-completion results. We now always sort byDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Make tests use the new clang -cc1 flag.Fariborz Jahanian
2009-11-17Refactor code-completion support for message sends, collecting theDouglas Gregor
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-07Add basic code completion support for ObjC messages.Steve Naroff