Add LLVM_FALLTHROUGH to silence warning. NFCI.

llvm-svn: 317083
This commit is contained in:
Simon Pilgrim 2017-11-01 09:22:03 +00:00
parent 1b45d377e3
commit 948c0bcbd6
1 changed files with 1 additions and 1 deletions

View File

@ -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.