[PATCH] D52151: Also manages clang-X as tool for scan-build
Phabricator via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 16 12:38:24 PDT 2018
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rC342350: Also manages clang-X as tool for scan-build (authored by sylvestre, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D52151?vs=165687&id=165689#toc
Repository:
rC Clang
https://reviews.llvm.org/D52151
Files:
tools/scan-build/bin/scan-build
Index: tools/scan-build/bin/scan-build
===================================================================
--- tools/scan-build/bin/scan-build
+++ tools/scan-build/bin/scan-build
@@ -1079,7 +1079,7 @@
if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or
$Cmd =~ /(.*\/?cc[^\/]*$)/ or
$Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or
- $Cmd =~ /(.*\/?clang$)/ or
+ $Cmd =~ /(.*\/?clang[^\/]*$)/ or
$Cmd =~ /(.*\/?ccc-analyzer[^\/]*$)/) {
if (!($Cmd =~ /ccc-analyzer/) and !defined $ENV{"CCC_CC"}) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52151.165689.patch
Type: text/x-patch
Size: 508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180916/97a17a95/attachment.bin>
More information about the cfe-commits
mailing list