From 8762436dd01e60b61b29726fd8865019cf85caab Mon Sep 17 00:00:00 2001 From: Galina Kistanova Date: Thu, 18 May 2017 17:53:47 +0000 Subject: [PATCH] Reduce gcc-7 warnings by fall-through comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303365 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 49dbe74d25d..f454ae61d96 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; } } - // drop through + // falls through default: // must check for builtin-types before class-enum-types to avoid // ambiguities with operator-names -- 2.50.1