Replace 'default' in an enum-over-a-switch with the missing list.
authorErich Keane <erich.keane@intel.com>
Fri, 31 May 2019 17:00:48 +0000 (17:00 +0000)
committerErich Keane <erich.keane@intel.com>
Fri, 31 May 2019 17:00:48 +0000 (17:00 +0000)
commit68fa6ddb9d441fa54e26f3f13372617a35f30d61
treebfd6209b74e7ab5f525a8607b1810d6c8b2bf642
parent8dda4a16753dbe8b0b0c1015bc30b58b2dde2cf1
Replace 'default' in an enum-over-a-switch with the missing list.

This suppressed the Wswitch warning causing me to miss it and write an
assertion failure.

llvm-svn: 362245
clang/lib/Sema/SemaExceptionSpec.cpp