aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/method-bad-param.m
AgeCommit message (Expand)Author
2012-07-19For varargs, diagnose passing ObjC objects by value like other non-POD types.Jordan Rose
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-04-26Emit a -Wnull-dereference warning for "*null" not just "*null = something". A...Argyrios Kyrtzidis
2010-09-17Diagnose use of incomplete type on method argument type ofFariborz Jahanian
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-09-03This patch does the following.Fariborz Jahanian
2009-09-02Changed abi mode for these test which are dereferencing Fariborz Jahanian
2009-04-12implement rdar://6780761, making sema reject some code that otherwiseChris 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
2009-01-17Diagnose when method parameter is an object.Fariborz Jahanian