[all-commits] [llvm/llvm-project] b283ae: [ADT] Add locale-independent isSpace() to StringEx...
Sam McCall via All-commits
all-commits at lists.llvm.org
Sat May 2 06:20:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b283ae7af8261c994a62b17b0eaf90cf649228fe
https://github.com/llvm/llvm-project/commit/b283ae7af8261c994a62b17b0eaf90cf649228fe
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2020-05-02 (Sat, 02 May 2020)
Changed paths:
M clang-tools-extra/clangd/support/Markup.cpp
M llvm/include/llvm/ADT/StringExtras.h
M llvm/unittests/ADT/StringExtrasTest.cpp
Log Message:
-----------
[ADT] Add locale-independent isSpace() to StringExtras. NFC
Use this in clangd, will follow up with replacements for isspace where
locale-dependent is clearly not intended.
More information about the All-commits
mailing list