summaryrefslogtreecommitdiff
path: root/lib/Demangle
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
commitf73a055bca2c4abd364783d4ec565e47c6b8fb10 (patch)
tree52b810541b00dcf854394ce8f29d056c3422d2ed /lib/Demangle
parentaade6b806c28159a39ed031722c9ff3e34932e8f (diff)
LLVM_FALLTHROUGH instead of fall-through comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303375 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 f454ae61d96..213a46b65e3 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;
}
}
- // falls through
+ LLVM_FALLTHROUGH;
default:
// must check for builtin-types before class-enum-types to avoid
// ambiguities with operator-names