Use IsDigit(...) instead of std::isdigit
Use ToLower(...) instead of std::tolower
Use IsSpace(...) instead of boost::is_space
Update KNOWN_VIOLATIONS: Remove fixed violations
Backport of Core PR14599
Differential D6294
[backport#14599] Use functions guaranteed to be locale independent majcosta on May 29 2020, 17:30. Authored by
Details
Use IsDigit(...) instead of std::isdigit Backport of Core PR14599 ninja check
Diff Detail
Event TimelineComment Actions [Bot Message] Comment Actions Are the missed changes in LocaleDependenceLinter due to missing backports? If so, why not do those first?
Comment Actions I've looked for them, but didn't find them. Looks like a legit mistake or they reintroduced them later. They're calling strtoll and strtoull in util/strencodings.cpp today.
|