|
@@ -253,7 +253,7 @@ std::pair<ProgramStateRef, SVal> ExprEngine::prepareForObjectConstruction(
|
|
State = PreElideState;
|
|
State = PreElideState;
|
|
CallOpts = PreElideCallOpts;
|
|
CallOpts = PreElideCallOpts;
|
|
}
|
|
}
|
|
- LLVM_FALLTHROUGH
|
|
|
|
|
|
+ LLVM_FALLTHROUGH;
|
|
}
|
|
}
|
|
case ConstructionContext::SimpleTemporaryObjectKind: {
|
|
case ConstructionContext::SimpleTemporaryObjectKind: {
|
|
const auto *TCC = cast<TemporaryObjectConstructionContext>(CC);
|
|
const auto *TCC = cast<TemporaryObjectConstructionContext>(CC);
|