summaryrefslogtreecommitdiff
path: root/test/SemaObjC/return.m
AgeCommit message (Expand)Author
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2011-09-10Fix a diagnostics crasher with -Wmissing-noreturn in Objective-CDouglas Gregor
2011-08-31Improve the diagnostic text for -Wmissing-noreturn to include the nameChandler Carruth
2011-02-22Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson
2010-06-29Add test case for <rdar://problem/4289832>. Clang actuallys getsTed Kremenek
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-10-27Refine noreturn handling. Fixes -Wmissing-noreturn so that it doesn'tMike Stump
2009-07-22Add warning for falling off the end of a function that should return aMike Stump