Fix covered-switch warning.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 23 Oct 2014 01:03:45 +0000 (01:03 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 23 Oct 2014 01:03:45 +0000 (01:03 +0000)
llvm-svn: 220456

clang/lib/Lex/ModuleMap.cpp

index f5fc111..865b62a 100644 (file)
@@ -2305,6 +2305,7 @@ bool ModuleMapParser::parseModuleMapFile() {
     case MMToken::RequiresKeyword:
     case MMToken::Star:
     case MMToken::StringLiteral:
+    case MMToken::TextualKeyword:
     case MMToken::UmbrellaKeyword:
     case MMToken::UseKeyword:
       Diags.Report(Tok.getLocation(), diag::err_mmap_expected_module);