1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. 7a92c89 Remove setjmp.h header file from Sema/return.c test and include necessary by Jyotsna Verma · 11 years ago
  3. 9adcf1c9 Exclude test30 of Sema/return.c for Hexagon since setjmp.h include file by Jyotsna Verma · 11 years ago
  4. eb82a53 For -Wignored-qualifiers, don't warn on qualifiers which we acquire via a by Richard Smith · 12 years ago
  5. b778305 Change the binary operator data recursive evaluator to not stop at the first by Richard Trieu · 13 years ago
  6. 7a0a31c [frontend] Don't allow a mapping to a warning override an error/fatal mapping. by Chad Rosier · 13 years ago
  7. d067c07 Fix the behavior of -Wignored-qualifiers on return type qualifiers in by Chandler Carruth · 14 years ago
  8. eada35c test/Sema/return.c: Cygwin does not have _longjmp(). by NAKAMURA Takumi · 14 years ago
  9. 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
  10. 5d1d7ae Get rid of the "functions declared 'noreturn' should have a 'void' result type" warning. by Anders Carlsson · 14 years ago
  11. 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
  12. 5495f37 Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'. by Chandler Carruth · 14 years ago
  13. 184aa4e fix PR7280 by making the warning on code like this: by Chris Lattner · 14 years ago
  14. a8b48e4 Update test case. by Ted Kremenek · 14 years ago
  15. c263704 For forward-declared static inline functions, delay CFG-based warnings until we by Ted Kremenek · 15 years ago
  16. d064fdc Only perform CFG-based warnings on 'static inline' functions that by Ted Kremenek · 15 years ago
  17. 0faede6 Improve the unused-value check to look into comma expressions and filter out by John McCall · 15 years ago
  18. 4617191 Insulate these from changes to the default for -Wunreachable-code. by Mike Stump · 15 years ago
  19. 29da559 Revert r91073. by Mike Stump · 15 years ago
  20. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  21. c9875bf Don't complain about falling off the end of a function with an asm by Mike Stump · 15 years ago
  22. 8ee15dc Use clang to run tests which include headers from the system. by Daniel Dunbar · 15 years ago
  23. addb0f6 Fix some Window-isms to get these tests to pass on Windows. by John Thompson · 15 years ago
  24. 87e5732 Be sure to turn on -fblocks. by Mike Stump · 15 years ago
  25. 4d9d51a Add support for -Wmissing-noreturn. by Mike Stump · 15 years ago
  26. e24aea2 Ensure we can work through typedefs. by Mike Stump · 15 years ago
  27. 773db1d Add knowledge about _longjmp being noreturn. by Mike Stump · 15 years ago
  28. fd350b5 Add builtin knowledge about longjmp being noreturn. Add printing for by Mike Stump · 15 years ago
  29. 0feecbb Add noreturn for exit. by Mike Stump · 15 years ago
  30. 22bfc7b add bugzilla # by Chris Lattner · 15 years ago
  31. 2d3c191 Fix PR4624. by Mike Stump · 15 years ago
  32. 2455636 Add noreturn as a type attribute, handle printing for them and handle by Mike Stump · 15 years ago
  33. b1682c5 Add warning for falling off the end of a function that should return a by Mike Stump · 15 years ago
  34. 940ab97 Name the "return-type" DiagGroup and reference it in a few places. by Steve Naroff · 15 years ago
  35. 2c0ccd0 Warn about invalid return statements by default. by Steve Naroff · 15 years ago