summaryrefslogtreecommitdiff
path: root/lib/Demangle
diff options
context:
space:
mode:
authorGalina Kistanova <gkistanova@gmail.com>2017-05-18 17:53:47 +0000
committerGalina Kistanova <gkistanova@gmail.com>2017-05-18 17:53:47 +0000
commit8762436dd01e60b61b29726fd8865019cf85caab (patch)
treefaa472157347e43be644c6b831158c564993e139 /lib/Demangle
parentdcc06304afc9aa39792dea899a65d244985037da (diff)
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
Diffstat (limited to 'lib/Demangle')
-rw-r--r--lib/Demangle/ItaniumDemangle.cpp2
1 files changed, 1 insertions, 1 deletions
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