]> granicus.if.org Git - llvm/commitdiff
Reduce gcc-7 warnings by fall-through comments.
authorGalina Kistanova <gkistanova@gmail.com>
Thu, 18 May 2017 17:53:47 +0000 (17:53 +0000)
committerGalina Kistanova <gkistanova@gmail.com>
Thu, 18 May 2017 17:53:47 +0000 (17:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303365 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Demangle/ItaniumDemangle.cpp

index 49dbe74d25df8527f238d7d8ea6fef8f4c78c4a2..f454ae61d9653497e53d1223af3aa83fd72dfcb8 100644 (file)
@@ -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