1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. 9016bb7 Warn on dropping the return value from a warn_unused_result function, even in by Matt Beaumont-Gay · 12 years ago
  3. 87b73ba Suppress all -Wunused-value warnings from macro body expansions. by Matt Beaumont-Gay · 12 years ago
  4. 6d919fb Address feedback from Eli Friedman on r166522. by Matt Beaumont-Gay · 12 years ago
  5. c7db84d Don't emit -Wunused-value warnings from macro expansions. by Matt Beaumont-Gay · 12 years ago
  6. 10caec2 c: small refactoring of checking for __attribute__(const)) by Fariborz Jahanian · 12 years ago
  7. a784685 c: make __has_attribute(const) work for const by Fariborz Jahanian · 12 years ago
  8. a611506 Add a warning to diagnose statements in C++ like "*(volatile int*)x;". Conceptually, this is part of -Wunused-value, but I added a separate flag -Wunused-volatile-lvalue so it doesn't get turned off by accident with -Wno-unused-value. I also made a few minor improvements to existing unused value warnings in the process. <rdar://problem/11516811>. by Eli Friedman · 12 years ago
  9. ec8058f Treating the unused equality comparisons as something other than part of by Chandler Carruth · 13 years ago
  10. d6b8de0 Change the wording of the bad-decl-for-attribute warning and error by John McCall · 14 years ago
  11. 1f4295b testcase for http://llvm.org/PR8371 of my last commit, r116570 by Gabor Greif · 14 years ago
  12. 1b2ad2f Revert r114316, -Wunused-value enabled by default was intended. by Argyrios Kyrtzidis · 14 years ago
  13. 6dff228 Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. by Argyrios Kyrtzidis · 14 years ago
  14. c6dfe19 Don't complain about an __builtin_va_arg expression's result being by Douglas Gregor · 14 years ago
  15. 209acbd Devote a special diagnostic to the typo by John McCall · 14 years ago
  16. 4617191 Insulate these from changes to the default for -Wunreachable-code. by Mike Stump · 15 years ago
  17. c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
  18. 634785c testcase for previous patch! by Chris Lattner · 15 years ago
  19. f857798 warn when attribute warn_unused_result is applied to void functions. by Nuno Lopes · 15 years ago
  20. d20254f fix PR4010: add support for the warn_unused_result for function pointers by Nuno Lopes · 15 years ago
  21. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  22. 53e8484 Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... variants instead of using llvm::cl::init(true) arguments. by Daniel Dunbar · 15 years ago
  23. 7909fee add rdar # I accidentally lost. by Chris Lattner · 15 years ago
  24. 9079cd3 merge two tests. by Chris Lattner · 15 years ago
  25. bc8d42c make the diagnostic in the 'unused result' warning more precise by Chris Lattner · 15 years ago
  26. 3af708f More warnings for unused expressions. by Anders Carlsson · 15 years ago
  27. 7544311 Diagnose unused expression results for all statements, just not compound statements. by Anders Carlsson · 15 years ago
  28. fb84664 fix PR4633: cast to void should silence the 'unused expression' warning. by Chris Lattner · 15 years ago
  29. 48d1ef7 Driver: Manually translate a number of -f with no- variants options to by Daniel Dunbar · 15 years ago
  30. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  31. 5bef8dd add support for -fno-math-errno, and validate that it affects sema properly. by Chris Lattner · 16 years ago
  32. 7d84c76 sema no longer explodes, yay! by Chris Lattner · 16 years ago
  33. 4be1f47 Make the unused expression warning a bit less aggressive (found in PHP code). by Eli Friedman · 16 years ago
  34. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  35. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  36. 98414c1 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
  37. 77878cc by Steve Naroff · 17 years ago
  38. 6e844ad Fix a bug reported by Keith Bauer by Chris Lattner · 17 years ago
  39. 2b8bac5 we now correctly emit: by Chris Lattner · 17 years ago
  40. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago