From f3b3ccda590c14513ff372bb9a26ae5d644fb0bc Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 19 Dec 2017 22:06:11 +0000 Subject: Silence a bunch of implicit fallthrough warnings llvm-svn: 321115 --- clang/lib/Sema/CodeCompleteConsumer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Sema/CodeCompleteConsumer.cpp') diff --git a/clang/lib/Sema/CodeCompleteConsumer.cpp b/clang/lib/Sema/CodeCompleteConsumer.cpp index 542b65327b7d..3431ddcf70a2 100644 --- a/clang/lib/Sema/CodeCompleteConsumer.cpp +++ b/clang/lib/Sema/CodeCompleteConsumer.cpp @@ -562,7 +562,7 @@ void CodeCompletionResult::computeCursorKindAndAvailability(bool Accessible) { // Do nothing: Patterns can come with cursor kinds! break; } - // Fall through + LLVM_FALLTHROUGH; case RK_Declaration: { // Set the availability based on attributes. -- cgit v1.2.1