Silencing an MSVC warning about control reaching the end of a non-void function.
llvm-svn: 198804
This commit is contained in:
@@ -1654,6 +1654,8 @@ private:
|
||||
/// trailing-type-specifier)?
|
||||
static bool isTypeSpecifier(DeclSpecContext DSC) {
|
||||
switch (DSC) {
|
||||
default:
|
||||
llvm_unreachable("Missing DeclSpecContext case");
|
||||
case DSC_normal:
|
||||
case DSC_class:
|
||||
case DSC_top_level:
|
||||
|
||||
Reference in New Issue
Block a user