aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-unused-variables.cpp
AgeCommit message (Expand)Author
2010-02-11When we have a dependent direct initializer but not a dependentDouglas Gregor
2009-12-24support the warn_unused_result in C++ class methodsNuno Lopes
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-11-17Fix PR5531.Anders Carlsson
2009-11-07Add bug number.Anders Carlsson
2009-11-07Don't treat variables with non-trivial ctors or dtors as unused. Fixes PR5407.Anders Carlsson
2009-10-08Implement support for -Wunused-variable, from Oscar Bonilla!Douglas Gregor