]> granicus.if.org Git - php/commit
Remove extraneous parentheses in conditions
authorSébastien Santoro <dereckson@espace-win.org>
Thu, 22 Dec 2016 21:01:20 +0000 (21:01 +0000)
committerSara Golemon <pollita@php.net>
Mon, 26 Dec 2016 06:17:46 +0000 (22:17 -0800)
commit5d7c774bea967bb3c1b470f30e2c42dd76358f0f
treea8d90c8a479f70623d81201a8eac128083592cf3
parentfcd4c34cb3c32b55c2cbe2b5e8c784e5b2c0873e
Remove extraneous parentheses in conditions

The zend_vm_gen.php generator now checks if the condition is already
enclosed by parentheses, and them only if needed.

This fixes nine clang/llvm parentheses-equality warnings.
Zend/zend_vm_execute.h
Zend/zend_vm_gen.php