mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Don't create plist files when using clang analyzer
This commit is contained in:
parent
b6b0289f5e
commit
8ad4de887f
1 changed files with 1 additions and 1 deletions
|
@ -1611,7 +1611,7 @@ function ADD_SOURCES(dir, file_list, target, obj_dir)
|
|||
vc_ver = probe_binary(PATH_PROG('cl', null));
|
||||
}
|
||||
|
||||
analyzer_base_args += " -fms-compatibility -fms-compatibility-version=" + vc_ver + " -fms-extensions";
|
||||
analyzer_base_args += " -fms-compatibility -fms-compatibility-version=" + vc_ver + " -fms-extensions -Xclang -analyzer-output=text";
|
||||
} else if (PHP_ANALYZER == "cppcheck") {
|
||||
var analyzer_base_args = "";
|
||||
var analyzer_base_flags = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue