summaryrefslogtreecommitdiff
path: root/test/Parser/objc-init.m
AgeCommit message (Expand)Author
2015-12-10[Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2010-04-21Implement parsing for message sends in Objective-C++. Message sends inDouglas Gregor
2010-04-07Improve on diagnostics when an objc class is used asFariborz Jahanian
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-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