forked from OSchip/llvm-project
Replace 'FALL-THROUGH' comment with LLVM_FALLTHROUGH to silence warning. NFCI.
llvm-svn: 338508
This commit is contained in:
parent
dad919d357
commit
3c6cb40598
|
@ -253,7 +253,7 @@ std::pair<ProgramStateRef, SVal> ExprEngine::prepareForObjectConstruction(
|
|||
State = PreElideState;
|
||||
CallOpts = PreElideCallOpts;
|
||||
}
|
||||
// FALL-THROUGH
|
||||
LLVM_FALLTHROUGH
|
||||
}
|
||||
case ConstructionContext::SimpleTemporaryObjectKind: {
|
||||
const auto *TCC = cast<TemporaryObjectConstructionContext>(CC);
|
||||
|
|
Loading…
Reference in New Issue