]> granicus.if.org Git - clang/commit
Improve unreachable code warnings with respect to dead binary and
authorMike Stump <mrs@apple.com>
Thu, 21 Jan 2010 17:21:23 +0000 (17:21 +0000)
committerMike Stump <mrs@apple.com>
Thu, 21 Jan 2010 17:21:23 +0000 (17:21 +0000)
commit55f988efeb08b84c2dd9e4c05990b88c81fe2b58
tree6241051806c22338b353c6e730bbbc6e6c19b049
parent60eea55a98f30a5e8c7d2f76d4b4a6b1a5b4e91f
Improve unreachable code warnings with respect to dead binary and
unary operators.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94084 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CFG.cpp
lib/Sema/SemaChecking.cpp
test/Sema/warn-unreachable.c
test/SemaCXX/warn-unreachable.cpp