D26131: Braces around for, break early.

patrick j pereira noreply at phabricator.kde.org
Fri Dec 20 19:40:54 GMT 2019


patrickelectric added inline comments.

INLINE COMMENTS

> kconfig_compiler.cpp:619
>      bool isAscii = true;
> -    for (int i = s.length(); i--;)
> +    for (int i = s.length(); i--;) {
>          if (s[i].unicode() > 127) {

std::any_of ?

REPOSITORY
  R237 KConfig

REVISION DETAIL
  https://phabricator.kde.org/D26131

To: tcanabrava
Cc: patrickelectric, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20191220/5a50282f/attachment.html>


More information about the Kde-frameworks-devel mailing list