summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Demangle/ItaniumDemangle.cpp
diff options
context:
space:
mode:
authorGalina Kistanova <gkistanova@gmail.com>2017-05-18 20:01:52 +0000
committerGalina Kistanova <gkistanova@gmail.com>2017-05-18 20:01:52 +0000
commit871417446b6b88988ce88b55920ea46501a7ed41 (patch)
treea1cdd14acb2fb265e9b0e3a2a0e4abf930d52273 /llvm/lib/Demangle/ItaniumDemangle.cpp
parent9fbfd76fe3061d9e02aaed704b439dcff750af1d (diff)
downloadbcm5719-llvm-871417446b6b88988ce88b55920ea46501a7ed41.tar.gz
bcm5719-llvm-871417446b6b88988ce88b55920ea46501a7ed41.zip
LLVM_FALLTHROUGH instead of fall-through comment.
llvm-svn: 303375
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 f454ae61d96..213a46b65e3 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
OpenPOWER on IntegriCloud