Merge branch 'PHP-7.1'

* PHP-7.1:
  sync with the incremental and inter-file analysis option
This commit is contained in:
Anatol Belski 2017-03-07 15:31:54 +01:00
commit c20ae623c2
2 changed files with 93 additions and 69 deletions

View file

@ -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) {