]> granicus.if.org Git - clang/commitdiff
Add missing newline.
authorTed Kremenek <kremenek@apple.com>
Fri, 10 Oct 2008 00:17:08 +0000 (00:17 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 10 Oct 2008 00:17:08 +0000 (00:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57333 91177308-0d34-0410-b5e6-96231b3b80d8

utils/scan-build

index 160b00ce8a9c2bc90d7dc5445c7d8347b724e2c7..d9ecba78c3d8533daec1bf57bd6ee728a4e59c56 100755 (executable)
@@ -93,7 +93,7 @@ my %AvailableAnalyses;
 
 # Query clang for analysis options.
 open(PIPE, "-|", $Clang, "--help") or
-  DieDiag("Cannot execute '$Clang'");
+  DieDiag("Cannot execute '$Clang'\n");
 
 my $FoundAnalysis = 0;
 
@@ -199,7 +199,7 @@ sub GetHTMLRunDir {
     }
 
     if ($TmpMode) {
-      DieDiag("The directory '/tmp' does not exist or cannot be accessed.");
+      DieDiag("The directory '/tmp' does not exist or cannot be accessed.\n");
     }
 
     # $Dir does not exist.  It will be automatically created by the