]> granicus.if.org Git - clang/commitdiff
Mark fallthrough with LLVM_FALLTHROUGH
authorAdrian Prantl <aprantl@apple.com>
Thu, 1 Feb 2018 18:10:20 +0000 (18:10 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 1 Feb 2018 18:10:20 +0000 (18:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@323986 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/NeonEmitter.cpp

index d4ce6c7c6e271da3e3fba2331f94b3b4098d42df..1a95ca4c66a3a1987c16c9e9ddb00094548bd948 100644 (file)
@@ -948,7 +948,7 @@ void Type::applyModifier(char Mod) {
     break;
   case 'c':
     Constant = true;
-  // Fall through
+    LLVM_FALLTHROUGH;
   case 'p':
     Pointer = true;
     Bitwidth = ElementBitwidth;