summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/unused.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wunused-private-field to fire regardless of which implicit special membe...Richard Smith2017-11-011-1/+1
* PR33839: Fix -Wunused handling for structured binding declarations.Richard Smith2017-10-021-4/+46
* Lit C++11 Compatibility Patch #8Charles Li2016-04-141-2/+10
* Fix -Wunused-value to not warn on expressions that have unresolved lookups dueMatt Beaumont-Gay2012-10-231-0/+15
* Handle C++ functional casts in a similar way to C-style casts inEli Friedman2012-09-241-0/+12
* A minor tweak to the new volatile lvalue warning: don't warn on "(void)x", wh...Eli Friedman2012-05-241-0/+2
* Add a warning to diagnose statements in C++ like "*(volatile int*)x;". Conce...Eli Friedman2012-05-241-18/+28
* Improve the test for unused-expression warnings slightlyDouglas Gregor2010-01-161-0/+9
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* PR4103: Silence bogus unused expression warning.Eli Friedman2009-04-291-0/+15