Skip to content

Commit 0c83124

Browse files
committed
fix compilation warning "this statement may fall through"
1 parent 80fe86b commit 0c83124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Parse/ParseExpr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,6 +1419,7 @@ ExprResult Parser::ParseCastExpression(CastParseKind ParseKind,
14191419
Diag(Tok, diag::err_amp_illegal_keyword_dynamiccast);
14201420
}
14211421
}
1422+
LLVM_FALLTHROUGH;
14221423
case tok::kw_const_cast:
14231424
case tok::kw_reinterpret_cast:
14241425
case tok::kw_static_cast:

0 commit comments

Comments
 (0)