summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-unused-value.cpp
Commit message (Expand)AuthorAgeFilesLines
* Look through CXXBindTemporaryExprs when checking CXXFunctionCastExprsDaniel Jasper2017-03-271-0/+6
* Lit C++11 Compatibility Patch #8Charles Li2016-04-141-1/+6
* Volatile reads are side-effecting operations, but in the general case of acce...Aaron Ballman2015-01-031-3/+4
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-3/+30
* Sema: Reject templates in all extern "C" contexts.Benjamin Kramer2014-02-021-1/+1
* report unused-value warning also for warn_unused typesLubos Lunak2013-07-211-0/+20
* Add a warning to diagnose statements in C++ like "*(volatile int*)x;". Conce...Eli Friedman2012-05-241-1/+1
* When emitting a diagnostic about two-phase name lookup, don't do uselessNick Lewycky2012-03-141-0/+19
* Fix a QoI bug with overloaded operators inside macros.Matt Beaumont-Gay2011-09-191-0/+15
* Improve the unused-value check to look into comma expressions and filter outJohn McCall2010-03-121-0/+17