aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/objc-init.m
AgeCommit message (Expand)Author
2009-11-06Make fragile-abi test run happy.Fariborz Jahanian
2009-11-06Fix a bogus objective-c warning with -pedantic.Fariborz Jahanian
2009-04-11Improve the 'cannot pass objc interface by value' diagnostic:Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-20Fix <rdar://problem/6500554> missing objc error message.Steve Naroff
2008-10-26implement some more FIXMEs, by rejecting more bogus stuff inChris Lattner
2008-07-21continue cleaning up code, and disable sending a message directly to anChris Lattner
2008-06-02handle the full assignment-expression grammar when using an Chris Lattner
2008-01-25Add support for dispatching an objc message to a variable Chris Lattner
2008-01-25First half of a fix for the "objc message send in initializer" bug. This onlyChris Lattner