aboutsummaryrefslogtreecommitdiff
path: root/utils/scan-build
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-10-10 00:17:08 +0000
committerTed Kremenek <kremenek@apple.com>2008-10-10 00:17:08 +0000
commit445fa776d2bc9207c33a9b9ab4afb9513f6b81b0 (patch)
tree9e8c22a4256127512b0cc90cbf62468adda693ea /utils/scan-build
parentee5a700af3fe9ae1a639c271f093f40677dddc04 (diff)
Add missing newline.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57333 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/scan-build')
-rwxr-xr-xutils/scan-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/scan-build b/utils/scan-build
index 160b00ce8a..d9ecba78c3 100755
--- a/utils/scan-build
+++ b/utils/scan-build
@@ -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