Chromium Code Reviews
DescriptionChange the order of bitwise operators and equality/relational operators.
Gives bitwise operators precedence above that of equality/relational operators.
This means that
a & mask == something
no longer needs parentheses.
Since bitwise operators didn't work on booleans, and there are probably very few custom operator&'s that accept a boolean, this is expected to not break existing code.
BUG= http://dartbug.com/114
R=hausner@google.com, kasperl@google.com
Committed: https://code.google.com/p/dart/source/detail?r=27613
Patch Set 1 #Patch Set 2 : Added tests. #
Total comments: 1
Patch Set 3 : Updated expectations, filed co19 bug. #
Messages
Total messages: 11 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||