]> granicus.if.org Git - clang/commit
make the unused expression warning less noisy by not warning about comma exprs whose
authorChris Lattner <sabre@nondot.org>
Sat, 1 Dec 2007 06:07:34 +0000 (06:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 1 Dec 2007 06:07:34 +0000 (06:07 +0000)
commite7716e6133e23e4a89248a65a388bc840d8c130c
treedbd680cc82aa5234003fba9235c7df52a1b5a3e6
parenta977636a9c1edfea2ba36e039e195b80b6e43cdf
make the unused expression warning less noisy by not warning about comma exprs whose
LHS and RHS both have side effects.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44486 91177308-0d34-0410-b5e6-96231b3b80d8
AST/Expr.cpp