Nico Weber af650c0bd2 Fix a Wxor-used-as-pow false positive
Since people seem to write "2 ^ X" hoping that it means "1 << X", clang
recently added a warning for this pattern.

It incorrectly fires on this file. To suppress it, restructure the code
to be less clever. (Alternatively we could use "xor" instead of "^" or
write "0x2" instead of "2" but both seem worse.)

No intended behavior change.

Bug: chromium:995200
Change-Id: I64744345be5f5a8cd1f4aaeaf0982da239b378a7
2019-09-04 23:35:46 -07:00
..
2018-10-17 10:48:19 +02:00
2017-11-08 10:52:49 +01:00
2017-11-22 17:35:39 -08:00
2018-02-09 10:25:11 -08:00
2017-11-22 17:35:39 -08:00
2018-10-02 13:57:12 +00:00
2018-11-11 10:59:34 +01:00