summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/return.m
Commit message (Expand)AuthorAgeFilesLines
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Fix a diagnostics crasher with -Wmissing-noreturn in Objective-CDouglas Gregor2011-09-101-0/+9
* Improve the diagnostic text for -Wmissing-noreturn to include the nameChandler Carruth2011-08-311-1/+1
* Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson2011-02-221-1/+1
* Add test case for <rdar://problem/4289832>. Clang actuallys getsTed Kremenek2010-06-291-0/+19
* 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
* Refine noreturn handling. Fixes -Wmissing-noreturn so that it doesn'tMike Stump2009-10-271-1/+17
* Add warning for falling off the end of a function that should return aMike Stump2009-07-221-0/+6