forked from OSchip/llvm-project
parent
744fb6d9e7
commit
33d03a52f0
|
@ -262,7 +262,7 @@ static void GeneratePathDiagnostic(PathDiagnostic& PD,
|
||||||
|
|
||||||
if (!E->isIntegerConstantExpr(V2, Ctx, 0, true)) {
|
if (!E->isIntegerConstantExpr(V2, Ctx, 0, true)) {
|
||||||
assert (false &&
|
assert (false &&
|
||||||
"Case condition (RHS) must evaluate to an integer constant.");
|
"Case condition (RHS) must evaluate to an integer constant.");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue