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