This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a new warning, "Possible precedence problem on bitwise
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 3 Oct 2002 20:26:54 +0000 (20:26 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 3 Oct 2002 20:26:54 +0000 (20:26 +0000)
commit276b2a0c6a53ec634026b73150a6cb3f81349921
tree9d8803c8983ffb96de34fc66b994e81b3a4632e2
parent197b90bc675dbb2231247e9e988048a1157fec5f
Add a new warning, "Possible precedence problem on bitwise
%c operator", triggerred when a bitwise op has a numeric
comparison op as child.

p4raw-id: //depot/perl@17972
op.c
pod/perldiag.pod
t/lib/warnings/op