]> granicus.if.org Git - clang/commit
Fix "not all control paths return a value" warning on MSVC
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 7 Jul 2016 11:24:38 +0000 (11:24 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 7 Jul 2016 11:24:38 +0000 (11:24 +0000)
commit7142d85ff4723154052125fed2bf539fa7481bd9
tree4837659e10fe9926863e766200012cdb67e43b4e
parent64ba855f6c7e9b6ca15327e448e8e0af221489dc
Fix "not all control paths return a value" warning on MSVC

This time without causing a 'all enums handled' warning on other compilers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274748 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp