]> granicus.if.org Git - clang/commit
Added checking of (x == x) and (x != x) to IdempotentOperationChecker and updated...
authorTom Care <tom.care@uqconnect.edu.au>
Fri, 27 Aug 2010 22:50:47 +0000 (22:50 +0000)
committerTom Care <tom.care@uqconnect.edu.au>
Fri, 27 Aug 2010 22:50:47 +0000 (22:50 +0000)
commit9edd4d0f73b81baaa7153982bf716949a5b1b926
tree297990573e9b640407fd731b915af38976614d01
parent6d0e6ce200aa06b06f0e9b493ed365bbe2982cee
Added checking of (x == x) and (x != x) to IdempotentOperationChecker and updated test cases flagged by it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112313 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/IdempotentOperationChecker.cpp
test/Analysis/misc-ps.m
test/Analysis/null-deref-ps.c