Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
8e8fb3be5bd78f0564444eca02b404566a5f3b5d
/
test
/
SemaCXX
/
warn-unused-variables.cpp
3ea19c8
Fix a crash-on-invalid when parsing a reference to an invalid auto declaration
by David Blaikie
· 12 years ago
1a5d355
Improvements to the uninitialized variable warning: Check if the constructor
by Rafael Espindola
· 13 years ago
e3499ca
Fix PR10168: don't warn for unused non-dependent variables in both the template definition and each instantiation.
by Richard Smith
· 13 years ago
34d4947
Clean up the tests for warning about unused function results given the
by Chandler Carruth
· 14 years ago
268f89e
Make #pragma unused work for static local variables.
by Douglas Gregor
· 14 years ago
1b2ad2f
Revert r114316, -Wunused-value enabled by default was intended.
by Argyrios Kyrtzidis
· 14 years ago
6dff228
Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.
by Argyrios Kyrtzidis
· 14 years ago
ed8abf1
Reinstate the fix for PR7556. A silly use of isTrivial() was
by Douglas Gregor
· 14 years ago
8474567
Revert r107828 and r107827, the fix for PR7556, which seems to be
by Douglas Gregor
· 14 years ago
63ef464
Do not use CXXZeroValueInitExpr for class types. Instead, use
by Douglas Gregor
· 14 years ago
a6a292b
Don't look into incomplete types when trying to warn about unused
by Douglas Gregor
· 15 years ago
4dffad6
When we have a dependent direct initializer but not a dependent
by Douglas Gregor
· 15 years ago
cb1c77f
support the warn_unused_result in C++ class methods
by Nuno Lopes
· 15 years ago
80737ad
Update tests to use %clang instead of 'clang', and forcibly disable use of '
by Daniel Dunbar
· 15 years ago
58beed9
Fix PR5531.
by Anders Carlsson
· 15 years ago
6a8b7f3
Add bug number.
by Anders Carlsson
· 15 years ago
f7613d5
Don't treat variables with non-trivial ctors or dtors as unused. Fixes PR5407.
by Anders Carlsson
· 15 years ago
b5352cf
Implement support for -Wunused-variable, from Oscar Bonilla!
by Douglas Gregor
· 15 years ago