Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break.
llvm-svn: 261950
This commit is contained in:
@@ -445,6 +445,7 @@ JSONParser::GetToken (std::string &value)
|
||||
value = std::move(error.GetString());
|
||||
return Token::Error;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
done = true;
|
||||
|
||||
Reference in New Issue
Block a user