From: Galina Kistanova Date: Thu, 18 May 2017 20:01:52 +0000 (+0000) Subject: LLVM_FALLTHROUGH instead of fall-through comment. X-Git-Tag: llvmorg-5.0.0-rc1~4768 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=871417446b6b88988ce88b55920ea46501a7ed41;p=platform%2Fupstream%2Fllvm.git LLVM_FALLTHROUGH instead of fall-through comment. llvm-svn: 303375 --- diff --git a/llvm/lib/Demangle/ItaniumDemangle.cpp b/llvm/lib/Demangle/ItaniumDemangle.cpp index f454ae6..213a46b 100644 --- a/llvm/lib/Demangle/ItaniumDemangle.cpp +++ b/llvm/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