]> granicus.if.org Git - clang/commit
-Wunreachable-code: refine recognition of unreachable "sigil" to cope with implicit...
authorTed Kremenek <kremenek@apple.com>
Wed, 16 Apr 2014 07:26:09 +0000 (07:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 16 Apr 2014 07:26:09 +0000 (07:26 +0000)
commit11ab38baa112fe187f37dd67c684fcbb4aac23d7
tree46fd34115101f5b5b610c1d986d562c2b974fce6
parente6ff2fc8ac80ce4441d1a7f1ddd9f0964ed2ba1e
-Wunreachable-code: refine recognition of unreachable "sigil" to cope with implicit casts in C++.

Fixes <rdar://problem/16631033>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206360 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/AST/Expr.cpp
lib/Analysis/ReachableCode.cpp
test/SemaCXX/warn-unreachable.cpp