mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 12:19:23 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user