]> granicus.if.org Git - clang/commitdiff
Add the break in the switch case (even if there is llvm_unreachable. It will silent...
authorSylvestre Ledru <sylvestre@debian.org>
Mon, 18 Aug 2014 15:13:44 +0000 (15:13 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 18 Aug 2014 15:13:44 +0000 (15:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215897 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/InitHeaderSearch.cpp

index ebca2319d1b9feda1080b3117b912e4835bd6598..998ccf9e91fe142ecfdb7d58d2e970d67af36968 100644 (file)
@@ -390,7 +390,7 @@ AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple, const HeaderSearchOp
   switch (os) {
   case llvm::Triple::Linux:
     llvm_unreachable("Include management is handled in the driver.");
-
+    break;
   case llvm::Triple::Win32:
     switch (triple.getEnvironment()) {
     default: llvm_unreachable("Include management is handled in the driver.");