1. bdc49d3 Pretty up the wrong-number-of-arguments-for-attribute diagnostic by by John McCall · 13 years ago
  2. 5d1d7ae Get rid of the "functions declared 'noreturn' should have a 'void' result type" warning. by Anders Carlsson · 14 years ago
  3. 58f281f Add warning for functions/blocks that have attribute 'noreturn' but return a non-void result. (<rdar://problem/7562925>) by Ted Kremenek · 14 years ago
  4. b1f1b26 Attribute noreturn is now put in declaration attributes. Fixed a double warning generation. by Abramo Bagnara · 14 years ago
  5. 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 14 years ago
  6. e030358 add a bunch of missing prototypes to tests by Chris Lattner · 15 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. edd722e Add testcase for recent checkin. by Mike Stump · 15 years ago
  9. 9dc9c37 Downgrade "function declared 'noreturn' should not return" from an by Douglas Gregor · 15 years ago
  10. 29813c3 Some people don't want to fix their broken code just yet, so turn off by Mike Stump · 15 years ago
  11. 47259d9 Fix canonical type construction for function types with the noreturn by Douglas Gregor · 15 years ago
  12. 5f28a1e Implement new warning for functions declared 'noreturn' when they fall off the end. by Mike Stump · 15 years ago
  13. 8662587 Downgrade an error about "return in a no-return function" from being by Chris Lattner · 15 years ago
  14. f7c41da Implement sema checking for noreturn. by Mike Stump · 15 years ago
  15. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  16. d3f2c10 Improve attribute parsing & tests. by Daniel Dunbar · 16 years ago