summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/objc-init.m
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-301-3/+3
* [Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li2015-12-101-1/+11
* Restructure how the driver communicates information about theJohn McCall2012-06-201-2/+2
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-2/+2
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-2/+2
* Implement parsing for message sends in Objective-C++. Message sends inDouglas Gregor2010-04-211-0/+1
* Improve on diagnostics when an objc class is used asFariborz Jahanian2010-04-071-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make tests use the new clang cc1 flag.Fariborz Jahanian2009-12-141-1/+1
* Make fragile-abi test run happy.Fariborz Jahanian2009-11-061-1/+1
* Fix a bogus objective-c warning with -pedantic.Fariborz Jahanian2009-11-061-0/+18
* Improve the 'cannot pass objc interface by value' diagnostic:Chris Lattner2009-04-111-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix <rdar://problem/6500554> missing objc error message.Steve Naroff2009-02-201-2/+2
* implement some more FIXMEs, by rejecting more bogus stuff inChris Lattner2008-10-261-1/+16
* continue cleaning up code, and disable sending a message directly to anChris Lattner2008-07-211-2/+5
* handle the full assignment-expression grammar when using an Chris Lattner2008-06-021-0/+6
* Add support for dispatching an objc message to a variable Chris Lattner2008-01-251-2/+6
* First half of a fix for the "objc message send in initializer" bug. This onlyChris Lattner2008-01-251-0/+13
OpenPOWER on IntegriCloud