Age | Commit message (Expand) | Author |
---|---|---|
2012-04-06 | Added a new attribute, objc_root_class, which informs the compiler when a roo... | Patrick Beard |
2011-09-10 | Fix a diagnostics crasher with -Wmissing-noreturn in Objective-C | Douglas Gregor |
2011-08-31 | Improve the diagnostic text for -Wmissing-noreturn to include the name | Chandler Carruth |
2011-02-22 | Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e... | Anders Carlsson |
2010-06-29 | Add test case for <rdar://problem/4289832>. Clang actuallys gets | Ted Kremenek |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-12-14 | Change tests to use clang -cc1... | Fariborz Jahanian |
2009-10-27 | Refine noreturn handling. Fixes -Wmissing-noreturn so that it doesn't | Mike Stump |
2009-07-22 | Add warning for falling off the end of a function that should return a | Mike Stump |