diff options
-rw-r--r-- | clang-tools-extra/clangd/ClangdUnit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/ClangdUnit.cpp b/clang-tools-extra/clangd/ClangdUnit.cpp index 1a863394beb..53170a58c2d 100644 --- a/clang-tools-extra/clangd/ClangdUnit.cpp +++ b/clang-tools-extra/clangd/ClangdUnit.cpp @@ -529,7 +529,7 @@ private: // the code-completion string, typically a keyword or the name of // a declarator or macro. Item.filterText = Chunk.Text; - // Note intentional fallthrough here. + LLVM_FALLTHROUGH; case CodeCompletionString::CK_Text: // A piece of text that should be placed in the buffer, // e.g., parentheses or a comma in a function call. |