summaryrefslogtreecommitdiff
path: root/test/CodeCompletion/objc-message.m
Commit message (Expand)AuthorAgeFilesLines
* Improve the sorting of code-completion results. We now always sort byDouglas Gregor2010-01-131-8/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Make tests use the new clang -cc1 flag.Fariborz Jahanian2009-12-141-2/+2
* Refactor code-completion support for message sends, collecting theDouglas Gregor2009-11-171-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Add basic code completion support for ObjC messages.Steve Naroff2009-11-071-0/+35