mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 09:03:59 +00:00
refresh of the patch
This commit is contained in:
parent
2b38f7016a
commit
c20fecfdad
@ -1,10 +1,10 @@
|
|||||||
# Force the version of clang in the analyzer
|
# Force the version of clang in the analyzer
|
||||||
# This was causing the static analyzer to fail silently if the clang & clang++ are
|
# This was causing the static analyzer to fail silently if the clang & clang++ are
|
||||||
# not installed
|
# not installed
|
||||||
Index: llvm-toolchain-3.6-3.6/clang/tools/scan-build/ccc-analyzer
|
Index: llvm-toolchain-snapshot_3.7~svn238736/clang/tools/scan-build/ccc-analyzer
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-3.6-3.6.orig/clang/tools/scan-build/ccc-analyzer
|
--- llvm-toolchain-snapshot_3.7~svn238736.orig/clang/tools/scan-build/ccc-analyzer
|
||||||
+++ llvm-toolchain-3.6-3.6/clang/tools/scan-build/ccc-analyzer
|
+++ llvm-toolchain-snapshot_3.7~svn238736/clang/tools/scan-build/ccc-analyzer
|
||||||
@@ -63,7 +63,7 @@ if ($FindBin::Script =~ /c\+\+-analyzer/
|
@@ -63,7 +63,7 @@ if ($FindBin::Script =~ /c\+\+-analyzer/
|
||||||
if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCXXCompiler; }
|
if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCXXCompiler; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user