Go to file
Ted Kremenek d43aaad1b1 Fix bug in ParentMap::isConsumedExpr. A BinaryOperator always "consumes" the
value of its subexpressions unless it is a comma (in which case it doesn't
consume the left subexpression).

llvm-svn: 68628
2009-04-08 18:49:36 +00:00
clang Fix bug in ParentMap::isConsumedExpr. A BinaryOperator always "consumes" the 2009-04-08 18:49:36 +00:00
llvm Add testcase for PR3795. 2009-04-08 18:00:55 +00:00