mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.1'
* PHP-7.1: sync with the incremental and inter-file analysis option
This commit is contained in:
commit
c20ae623c2
2 changed files with 93 additions and 69 deletions
|
@ -1650,6 +1650,11 @@ function ADD_SOURCES(dir, file_list, target, obj_dir)
|
|||
/* "--rule-file=win32\build\cppcheck_rules.xml " + */
|
||||
" --std=c89 --std=c++11 " +
|
||||
"--quiet --inconclusive --template=vs ";
|
||||
|
||||
var cppcheck_build_dir = get_define("CPPCHECK_BUILD_DIR");
|
||||
if (!!cppcheck_build_dir) {
|
||||
analyzer_base_args += "--cppcheck-build-dir=$(CPPCHECK_BUILD_DIR)";
|
||||
}
|
||||
}
|
||||
|
||||
if (PHP_MP_DISABLED) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue