index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
warn-unused-variables.cpp
Age
Commit message (
Expand
)
Author
2013-04-10
Suppress -Wunused-variable for variables declared in headers, which may in
Matt Beaumont-Gay
2012-10-24
Fix false positive in -Wunused-variable when a ctor call make involve cleanups.
David Blaikie
2012-10-10
Fix a crash-on-invalid when parsing a reference to an invalid auto declaration
David Blaikie
2012-01-06
Improvements to the uninitialized variable warning: Check if the constructor
Rafael Espindola
2011-06-21
Fix PR10168: don't warn for unused non-dependent variables in both the templa...
Richard Smith
2011-02-21
Clean up the tests for warning about unused function results given the
Chandler Carruth
2010-11-09
Make #pragma unused work for static local variables.
Douglas Gregor
2010-09-19
Revert r114316, -Wunused-value enabled by default was intended.
Argyrios Kyrtzidis
2010-09-19
Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.
Argyrios Kyrtzidis
2010-07-08
Reinstate the fix for PR7556. A silly use of isTrivial() was
Douglas Gregor
2010-07-07
Revert r107828 and r107827, the fix for PR7556, which seems to be
Douglas Gregor
2010-07-07
Do not use CXXZeroValueInitExpr for class types. Instead, use
Douglas Gregor
2010-04-27
Don't look into incomplete types when trying to warn about unused
Douglas Gregor
2010-02-11
When we have a dependent direct initializer but not a dependent
Douglas Gregor
2009-12-24
support the warn_unused_result in C++ class methods
Nuno Lopes
2009-12-15
Update tests to use %clang instead of 'clang', and forcibly disable use of '
Daniel Dunbar
2009-11-17
Fix PR5531.
Anders Carlsson
2009-11-07
Add bug number.
Anders Carlsson
2009-11-07
Don't treat variables with non-trivial ctors or dtors as unused. Fixes PR5407.
Anders Carlsson
2009-10-08
Implement support for -Wunused-variable, from Oscar Bonilla!
Douglas Gregor