summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/invalid-objc-decls-1.m
Commit message (Expand)AuthorAgeFilesLines
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* Improve on diagnostics when an objc class is used asFariborz Jahanian2010-04-071-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* error on property of objc interface type instead of crashingFariborz Jahanian2009-08-121-0/+8
* call objc interfaces just "interfaces" in diagnostics, not "Objective-C types"Chris Lattner2009-04-121-9/+9
* diagnose attempts to return objc interfaces by-value from C functions.Chris Lattner2009-04-111-1/+2
* 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-7/+11
* move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner2008-07-261-0/+29