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