summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-unused-result.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-041-0/+40
* Corrrect warn_unused_result attribute Erich Keane2017-04-191-0/+46
* Properly implement warn_unused_result checking for classes/structs.Kaelyn Takata2015-04-091-2/+21
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-1/+1
* No longer emit diagnostics about unused results (comparisons, etc) from uneva...Aaron Ballman2014-10-161-0/+47
* Sema: Simplify the check if a method returns an instance of the class.Benjamin Kramer2013-10-161-0/+16
* For classes that have the warn_unused_result attribute, don't apply theKaelyn Uhrain2012-11-131-0/+6
* A couple of small fixes to r167783Kaelyn Uhrain2012-11-131-1/+1
* Enable C++11 attribute syntax for warn_unused_result and allow it to beKaelyn Uhrain2012-11-121-1/+31
* Clean up the tests for warning about unused function results given theChandler Carruth2011-02-211-0/+44