summaryrefslogtreecommitdiff
path: root/test/SemaObjC/invalid-objc-decls-1.m
AgeCommit message (Expand)Author
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
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-14Change tests to use clang -cc1...Fariborz Jahanian
2009-08-12error on property of objc interface type instead of crashingFariborz Jahanian
2009-04-12call objc interfaces just "interfaces" in diagnostics, not "Objective-C types"Chris Lattner
2009-04-11diagnose attempts to return objc interfaces by-value from C functions.Chris Lattner
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-07-26move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner