From: Daniel Dunbar Date: Thu, 25 Sep 2008 01:10:50 +0000 (+0000) Subject: Update scan-build to add markers about crashes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce723ce2346fccb102d4dc93b80356824544d1af;p=clang Update scan-build to add markers about crashes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56603 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/scan-build b/utils/scan-build index d2c25b73dd..03326fdf1a 100755 --- a/utils/scan-build +++ b/utils/scan-build @@ -685,11 +685,14 @@ ENDTEXT my $prefix = GetPrefix(); if (defined $prefix) { $srcfile =~ s/^\Q$prefix//; } print OUT "$problem$srcfile$ppfile$ppfile.stderr.txt\n"; + my $ppfile_clang = $ppfile; + $ppfile_clang =~ s/[.](.+)$/.clang.$1/; + print OUT " \n"; } print OUT < -

Please consider submitting preprocessed files as bug reports.

+

Please consider submitting preprocessed files as bug reports.

ENDTEXT } }