1. 34d4947 Clean up the tests for warning about unused function results given the by Chandler Carruth · 14 years ago
  2. 268f89e Make #pragma unused work for static local variables. by Douglas Gregor · 15 years ago
  3. 1b2ad2f Revert r114316, -Wunused-value enabled by default was intended. by Argyrios Kyrtzidis · 15 years ago
  4. 6dff228 Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. by Argyrios Kyrtzidis · 15 years ago
  5. ed8abf1 Reinstate the fix for PR7556. A silly use of isTrivial() was by Douglas Gregor · 15 years ago
  6. 8474567 Revert r107828 and r107827, the fix for PR7556, which seems to be by Douglas Gregor · 15 years ago
  7. 63ef464 Do not use CXXZeroValueInitExpr for class types. Instead, use by Douglas Gregor · 15 years ago
  8. a6a292b Don't look into incomplete types when trying to warn about unused by Douglas Gregor · 15 years ago
  9. 4dffad6 When we have a dependent direct initializer but not a dependent by Douglas Gregor · 16 years ago
  10. cb1c77f support the warn_unused_result in C++ class methods by Nuno Lopes · 16 years ago
  11. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 16 years ago
  12. 58beed9 Fix PR5531. by Anders Carlsson · 16 years ago
  13. 6a8b7f3 Add bug number. by Anders Carlsson · 16 years ago
  14. f7613d5 Don't treat variables with non-trivial ctors or dtors as unused. Fixes PR5407. by Anders Carlsson · 16 years ago
  15. b5352cf Implement support for -Wunused-variable, from Oscar Bonilla! by Douglas Gregor · 16 years ago