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:
Greg Clayton
2016-02-26 01:20:20 +00:00
parent 5971f18133
commit cec91ef921
28 changed files with 92 additions and 103 deletions

View File

@@ -1625,6 +1625,7 @@ CommandInterpreter::PreprocessCommand (std::string &command)
break;
case eExpressionResultUnavailable:
error.SetErrorStringWithFormat ("expression error fetching result for the expression '%s'", expr_str.c_str());
break;
case eExpressionCompleted:
break;
case eExpressionDiscarded: