From f73a055bca2c4abd364783d4ec565e47c6b8fb10 Mon Sep 17 00:00:00 2001 From: Galina Kistanova Date: Thu, 18 May 2017 20:01:52 +0000 Subject: [PATCH] LLVM_FALLTHROUGH instead of fall-through comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303375 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Demangle/ItaniumDemangle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Demangle/ItaniumDemangle.cpp b/lib/Demangle/ItaniumDemangle.cpp index f454ae61d96..213a46b65e3 100644 --- a/lib/Demangle/ItaniumDemangle.cpp +++ b/lib/Demangle/ItaniumDemangle.cpp @@ -1947,7 +1947,7 @@ static const char *parse_type(const char *first, const char *last, C &db) { break; } } - // falls through + LLVM_FALLTHROUGH; default: // must check for builtin-types before class-enum-types to avoid // ambiguities with operator-names -- 2.50.1