[all-commits] [llvm/llvm-project] 0bc0ed: [libc++] Implements isblank.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sun Apr 9 04:13:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0bc0edb847a0cc473a8b005c4725948de3306a20
https://github.com/llvm/llvm-project/commit/0bc0edb847a0cc473a8b005c4725948de3306a20
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-04-09 (Sun, 09 Apr 2023)
Changed paths:
M libcxx/include/__locale
A libcxx/test/std/localization/locales/locale.convenience/classification/isblank.pass.cpp
Log Message:
-----------
[libc++] Implements isblank.
This omission seems to be there for a long time, it's in the initial
libc++ import. This was discovered while working on the std modules.
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D147850
More information about the All-commits
mailing list