summaryrefslogtreecommitdiff
path: root/clang/test/SemaObjC/bad-receiver-1.m
AgeCommit message (Expand)Author
2013-03-01Perform the receiver-expression transformations regardless ofJohn McCall
2010-09-05'const std::type_info*' instead of 'std::type_info const*'Chris Lattner
2010-01-09add a bunch of missing prototypes to testsChris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-11Improve the "bad receiver" warning for ObjC message sends to be less confusing.Chris Lattner
2009-03-09Fix PR3766, a really nasty silent miscompilation case where we emittedChris Lattner
2009-03-01Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'.Steve Naroff
2008-07-26remove objc prefixes from these tests.Chris Lattner