]> granicus.if.org Git - clang/commit
Diagnose unused expression results for all statements, just not compound statements.
authorAnders Carlsson <andersca@mac.com>
Thu, 30 Jul 2009 22:39:03 +0000 (22:39 +0000)
committerAnders Carlsson <andersca@mac.com>
Thu, 30 Jul 2009 22:39:03 +0000 (22:39 +0000)
commit754431107b61a0523df5271c2876a73dd5a051e9
tree98c4f92b30bbb21b034ff9834540348c365a21ae
parent9668b1f6c87bd8d9af87e29900508a52584404ef
Diagnose unused expression results for all statements, just not compound statements.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77631 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmt.cpp
test/Sema/unused-expr.c