1. d067c07 Fix the behavior of -Wignored-qualifiers on return type qualifiers in by Chandler Carruth · 13 years ago
  2. eada35c test/Sema/return.c: Cygwin does not have _longjmp(). by NAKAMURA Takumi · 14 years ago
  3. 90b828a Enhance -Wreturn-type to not warn when control-flow is most likely limited by a switch statement explicitly covering by Ted Kremenek · 14 years ago
  4. 5d1d7ae Get rid of the "functions declared 'noreturn' should have a 'void' result type" warning. by Anders Carlsson · 14 years ago
  5. 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
  6. 5495f37 Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'. by Chandler Carruth · 14 years ago
  7. 184aa4e fix PR7280 by making the warning on code like this: by Chris Lattner · 14 years ago
  8. a8b48e4 Update test case. by Ted Kremenek · 14 years ago
  9. c263704 For forward-declared static inline functions, delay CFG-based warnings until we by Ted Kremenek · 14 years ago
  10. d064fdc Only perform CFG-based warnings on 'static inline' functions that by Ted Kremenek · 14 years ago
  11. 0faede6 Improve the unused-value check to look into comma expressions and filter out by John McCall · 14 years ago
  12. 4617191 Insulate these from changes to the default for -Wunreachable-code. by Mike Stump · 15 years ago
  13. 29da559 Revert r91073. by Mike Stump · 15 years ago
  14. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  15. c9875bf Don't complain about falling off the end of a function with an asm by Mike Stump · 15 years ago
  16. 8ee15dc Use clang to run tests which include headers from the system. by Daniel Dunbar · 15 years ago
  17. addb0f6 Fix some Window-isms to get these tests to pass on Windows. by John Thompson · 15 years ago
  18. 87e5732 Be sure to turn on -fblocks. by Mike Stump · 15 years ago
  19. 4d9d51a Add support for -Wmissing-noreturn. by Mike Stump · 15 years ago
  20. e24aea2 Ensure we can work through typedefs. by Mike Stump · 15 years ago
  21. 773db1d Add knowledge about _longjmp being noreturn. by Mike Stump · 15 years ago
  22. fd350b5 Add builtin knowledge about longjmp being noreturn. Add printing for by Mike Stump · 15 years ago
  23. 0feecbb Add noreturn for exit. by Mike Stump · 15 years ago
  24. 22bfc7b add bugzilla # by Chris Lattner · 15 years ago
  25. 2d3c191 Fix PR4624. by Mike Stump · 15 years ago
  26. 2455636 Add noreturn as a type attribute, handle printing for them and handle by Mike Stump · 15 years ago
  27. b1682c5 Add warning for falling off the end of a function that should return a by Mike Stump · 15 years ago
  28. 940ab97 Name the "return-type" DiagGroup and reference it in a few places. by Steve Naroff · 15 years ago
  29. 2c0ccd0 Warn about invalid return statements by default. by Steve Naroff · 15 years ago