Add a break to avoid an unannotated fall-through.

llvm-svn: 346294
This commit is contained in:
Eric Christopher 2018-11-07 05:17:31 +00:00
parent 59439dd069
commit c7f57aa885
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ MSVCUndecoratedNameParser::MSVCUndecoratedNameParser(llvm::StringRef name) {
name.slice(last_base_start, i - 1));
last_base_start = i + 1;
break;
default:
break;
}