We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97fdf1 commit 41d29ffCopy full SHA for 41d29ff
clang/tools/scan-build/bin/scan-build
@@ -1898,7 +1898,7 @@ if ($Clang !~ /\+\+(\.exe)?$/) {
1898
# Determine operating system under which this copy of Perl was built.
1899
my $IsWinBuild = ($^O =~/msys|cygwin|MSWin32/);
1900
if($IsWinBuild) {
1901
- $ClangCXX =~ s/.exe$/++.exe/;
+ $ClangCXX =~ s/\-\d+(\.\d+)?.exe$/++.exe/;
1902
}
1903
else {
1904
$ClangCXX =~ s/\-\d+(\.\d+)?$//;
0 commit comments