aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/warn-unused-variables.c
AgeCommit message (Expand)Author
2010-03-01Keep an explicit stack of function and block scopes, each element ofDouglas Gregor
2010-03-01fix PR5933: don't warn about unused variables if a function has other errors ...Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-08Implement support for -Wunused-variable, from Oscar Bonilla!Douglas Gregor