]> granicus.if.org Git - clang/commitdiff
AST: Add missing break at end of switch
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 14 Jun 2017 21:26:31 +0000 (21:26 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 14 Jun 2017 21:26:31 +0000 (21:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305418 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ASTContext.cpp

index d06bbf507861aea04f7027d5fc50296758eb9afe..2300801c1a9c6d4f96f24367d36e377e87b94d2e 100644 (file)
@@ -8547,6 +8547,7 @@ static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context,
         HowLong = 2;
         break;
       }
+      break;
     }
   }