]> granicus.if.org Git - clang/commit
Delete a couple dead checks.
authorEli Friedman <eli.friedman@gmail.com>
Tue, 25 Jun 2013 00:46:32 +0000 (00:46 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 25 Jun 2013 00:46:32 +0000 (00:46 +0000)
commit6e98678f638cfb47cd281ce9a89e0b7443b29487
tree91be62055d31a40194fc304b2b8bfc30e579b045
parent10fc2c66ca3a383dfec903c39ba88c16e04f3c87
Delete a couple dead checks.

Use castAs<> where appropriate. Don't check conditionals which are
always true. Delete a bit of dead code. Reindent a bunch of code which
is no longer guarded by an if statement.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184801 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExceptionSpec.cpp