summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Demangle/ItaniumDemangle.cpp
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
commitf8355ccb77eda715e6f7058e475aeaa46d9beee0 (patch)
tree7d0faf0feaf3bc82c56361500d71fea83e81660a /llvm/lib/Demangle/ItaniumDemangle.cpp
parent0a84eb8d6e4f62c0e4fb2db9dbad5c6343474bdf (diff)
downloadbcm5719-llvm-f8355ccb77eda715e6f7058e475aeaa46d9beee0.tar.gz
bcm5719-llvm-f8355ccb77eda715e6f7058e475aeaa46d9beee0.zip
Reduce gcc-7 warnings by fall-through comments.
llvm-svn: 303365
Diffstat (limited to 'llvm/lib/Demangle/ItaniumDemangle.cpp')
-rw-r--r--llvm/lib/Demangle/ItaniumDemangle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Demangle/ItaniumDemangle.cpp b/llvm/lib/Demangle/ItaniumDemangle.cpp
index 49dbe74d25d..f454ae61d96 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;
}
}
- // drop through
+ // falls through
default:
// must check for builtin-types before class-enum-types to avoid
// ambiguities with operator-names
OpenPOWER on IntegriCloud