aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/unused.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-23Fix -Wunused-value to not warn on expressions that have unresolved lookups dueMatt Beaumont-Gay1-0/+15
2012-09-24Handle C++ functional casts in a similar way to C-style casts inEli Friedman1-0/+12
2012-05-24A minor tweak to the new volatile lvalue warning: don't warn on "(void)x", wh...Eli Friedman1-0/+2
2012-05-24Add a warning to diagnose statements in C++ like "*(volatile int*)x;". Conce...Eli Friedman1-18/+28
2010-01-16Improve the test for unused-expression warnings slightlyDouglas Gregor1-0/+9
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-04-29PR4103: Silence bogus unused expression warning.Eli Friedman1-0/+15