summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-unused-variables.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-261-1/+3
* Revert r359048: C++ DR2387: a variable template declared wthiIlya Biryukov2019-04-241-3/+1
* C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-231-1/+3
* [Sema] Fix assertion failure when checking for unused variables in a dependen...Benjamin Kramer2017-10-191-0/+10
* Re-land r315787, "[Sema] Warn about unused variables if we can constant evalu...Benjamin Kramer2017-10-141-0/+33
* Revert rL315787, "[Sema] Warn about unused variables if we can constant evalu...NAKAMURA Takumi2017-10-141-33/+0
* [Sema] Warn about unused variables if we can constant evaluate the initializer.Benjamin Kramer2017-10-141-0/+33
* Simplify the test case from r285289.Alex Lorenz2016-11-021-20/+13
* [Sema] -Wunused-variable warning for array variables should behaveAlex Lorenz2016-10-271-0/+51
* PR19558: don't produce an "unused variable" warning for a variable template p...Richard Smith2014-04-251-0/+11
* PR19305: Don't issue -Wunused-variable warnings on variable templates. It's notRichard Smith2014-04-021-24/+12
* PR8455: Handle an attribute between a goto label and a variable declaration perRichard Smith2013-11-151-1/+24
* 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