]> granicus.if.org Git - clang/commit
Tweak location of diagnostic for -Wunreachable-code
authorTed Kremenek <kremenek@apple.com>
Thu, 16 Dec 2010 08:22:16 +0000 (08:22 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 16 Dec 2010 08:22:16 +0000 (08:22 +0000)
commit7dd3c73b7d984d5cd6e0d94e5016ebed03bddfdf
tree22f2347e4db3e37784260c918d4f1c77eb96e9c8
parent892697dd2287caf7c29aaaa82909b0e90b8b63fe
Tweak location of diagnostic for -Wunreachable-code
test due to recent changes to the CFG.  The
diagnostic is somewhat in the wrong place, but
the -Wunreachable-code diagnostic needs to be
revamped anyway since most of the diagnostics
in this test case are redundant.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121961 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaCXX/warn-unreachable.cpp