Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


+        bool isReordered = (nextBaseSlot && ((bRtl ^
(gr_slot_before(nextBaseSlot) < firstChar - mnSegCharOffset))
+                                             ||
gr_slot_before(nextBaseSlot) == firstChar - mnSegCharOffset));

Noticed because our clang plug-in doesn't like it: two instances of
"implicit conversion (IntegralCast) from 'bool' to 'int'
[loplugin:implicitboolconversion]" from the expression.

I suspect compilers are able to optimise this just fine even if it is
written in human-readable form.

--tml

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.