]> granicus.if.org Git - clang/commit
Avoid warnings from compilers that think you can drop off the end of a fully covered...
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 21 Mar 2013 19:45:46 +0000 (19:45 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 21 Mar 2013 19:45:46 +0000 (19:45 +0000)
commit4c49f7b473b0158bb6e3534f70143132cc638ce8
tree26f5b339cf9dce888eceeedff48dc17aa24936ba
parent7b79384718666da17dcd7f06d038708fc0528ec0
Avoid warnings from compilers that think you can drop off the end of a fully covered switch.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177656 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChain.cpp