summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/method-bad-param.m
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Call CheckParmForFunctionDef on ObjC method parametersReid Kleckner2013-06-241-0/+10
* Unify return type checking for functions and ObjC methods. Move all theEli Friedman2013-06-141-0/+4
* For varargs, diagnose passing ObjC objects by value like other non-POD types.Jordan Rose2012-07-191-1/+1
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-6/+6
* Emit a -Wnull-dereference warning for "*null" not just "*null = something". A...Argyrios Kyrtzidis2011-04-261-1/+1
* Diagnose use of incomplete type on method argument type ofFariborz Jahanian2010-09-171-0/+14
* Improve on diagnostics when an objc class is used asFariborz Jahanian2010-04-071-6/+6
* 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
* This patch does the following.Fariborz Jahanian2009-09-031-1/+1
* Changed abi mode for these test which are dereferencing Fariborz Jahanian2009-09-021-1/+1
* implement rdar://6780761, making sema reject some code that otherwiseChris Lattner2009-04-121-0/+6
* diagnose attempts to return objc interfaces by-value from C functions.Chris Lattner2009-04-111-0/+1
* Improve the 'cannot pass objc interface by value' diagnostic:Chris Lattner2009-04-111-4/+5
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix <rdar://problem/6500554> missing objc error message.Steve Naroff2009-02-201-2/+6
* Diagnose when method parameter is an object.Fariborz Jahanian2009-01-171-0/+18