mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.2'
* PHP-7.2: Don't create plist files when using clang analyzer
This commit is contained in:
commit
1fbcebe100
1 changed files with 1 additions and 1 deletions
|
@ -1641,7 +1641,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