Add a break statement to appease the build bots; NFC
authorAaron Ballman <aaron@aaronballman.com>
Sat, 3 Oct 2020 15:10:26 +0000 (11:10 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 3 Oct 2020 15:10:26 +0000 (11:10 -0400)
clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp

index ff2f62e..bbb1e8c 100644 (file)
@@ -70,6 +70,7 @@ public:
         if (VisitUnqualName(
                 TL.getAs<TypedefTypeLoc>().getTypePtr()->getDecl()->getName()))
           return false;
+        break;
       default:
         break;
       }