summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn-unused-variables.cpp
Commit message (Expand)AuthorAgeFilesLines
* Suppress -Wunused-variable for variables declared in headers, which may inMatt Beaumont-Gay2013-04-101-9/+2
* Fix false positive in -Wunused-variable when a ctor call make involve cleanups.David Blaikie2012-10-241-0/+12
* Fix a crash-on-invalid when parsing a reference to an invalid auto declarationDavid Blaikie2012-10-101-2/+3
* Improvements to the uninitialized variable warning: Check if the constructorRafael Espindola2012-01-061-0/+42
* Fix PR10168: don't warn for unused non-dependent variables in both the templa...Richard Smith2011-06-211-0/+26
* Clean up the tests for warning about unused function results given theChandler Carruth2011-02-211-11/+0
* Make #pragma unused work for static local variables.Douglas Gregor2010-11-091-0/+6
* Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis2010-09-191-1/+1
* Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis2010-09-191-1/+1
* Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor2010-07-081-1/+1
* Revert r107828 and r107827, the fix for PR7556, which seems to beDouglas Gregor2010-07-071-1/+1
* Do not use CXXZeroValueInitExpr for class types. Instead, useDouglas Gregor2010-07-071-1/+1
* Don't look into incomplete types when trying to warn about unusedDouglas Gregor2010-04-271-0/+8
* When we have a dependent direct initializer but not a dependentDouglas Gregor2010-02-111-5/+13
* support the warn_unused_result in C++ class methodsNuno Lopes2009-12-241-0/+11
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
* Fix PR5531.Anders Carlsson2009-11-171-0/+20
* Add bug number.Anders Carlsson2009-11-071-2/+2
* Don't treat variables with non-trivial ctors or dtors as unused. Fixes PR5407.Anders Carlsson2009-11-071-0/+8
* Implement support for -Wunused-variable, from Oscar Bonilla!Douglas Gregor2009-10-081-0/+6
OpenPOWER on IntegriCloud