Skip to content

Commit 4c7705c

Browse files
committed
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
llvm-svn: 304647
1 parent 27daec6 commit 4c7705c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Rewrite/HTMLRewrite.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ void html::SyntaxHighlight(Rewriter &R, FileID FID, const Preprocessor &PP) {
409409
++TokOffs;
410410
--TokLen;
411411
// FALL THROUGH to chop the 8
412+
LLVM_FALLTHROUGH;
412413
case tok::wide_string_literal:
413414
case tok::utf16_string_literal:
414415
case tok::utf32_string_literal:

0 commit comments

Comments
 (0)