]> granicus.if.org Git - clang/commit
Assume statement expressions have side effects; this gets rid of a lot
authorEli Friedman <eli.friedman@gmail.com>
Tue, 27 May 2008 15:24:04 +0000 (15:24 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 27 May 2008 15:24:04 +0000 (15:24 +0000)
commit211f6adf1301a1461015fb6cb08a05f0a35b65f3
tree03686ecabe41561e51092b1492d5118efa329fb2
parenta1d642db810e317da011569309ee0693d51b7dff
Assume statement expressions have side effects; this gets rid of a lot
of extra warnings in the Python source.

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