]> granicus.if.org Git - clang/commit
IdempotentOperationChecker no longer reports errors that are post-dominated by a...
authorTom Care <tom.care@uqconnect.edu.au>
Sat, 18 Sep 2010 00:06:34 +0000 (00:06 +0000)
committerTom Care <tom.care@uqconnect.edu.au>
Sat, 18 Sep 2010 00:06:34 +0000 (00:06 +0000)
commit46976384326cb2fa17b75c84c45b44b1210f353a
tree659538ec2abc684d85446cae10cafce4cfe23ae1
parentc6c8b3355da96bd0519632196b28fe57c5159d39
IdempotentOperationChecker no longer reports errors that are post-dominated by a sink. This fixes some false positives that were flagged because a path was incomplete (usually in a loop).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114244 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/IdempotentOperationChecker.cpp