[all-commits] [llvm/llvm-project] 5c40c9: [libc++] s/_LIBCPP_NO_HAS_CHAR8_T/_LIBCPP_HAS_NO_C...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Wed Apr 21 09:50:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c40c994c329aa7e521c53cbc893426c90203941
https://github.com/llvm/llvm-project/commit/5c40c994c329aa7e521c53cbc893426c90203941
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2021-04-21 (Wed, 21 Apr 2021)
Changed paths:
M libcxx/include/__config
M libcxx/include/__locale
M libcxx/include/__string
M libcxx/include/atomic
M libcxx/include/cstddef
M libcxx/include/filesystem
M libcxx/include/iosfwd
M libcxx/include/string
M libcxx/include/string_view
M libcxx/include/utility
M libcxx/include/version
M libcxx/src/locale.cpp
M libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/advance_to.pass.cpp
M libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/begin.pass.cpp
M libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/ctor.pass.cpp
M libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/end.pass.cpp
M libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/types.compile.pass.cpp
M libcxx/test/std/utilities/utility/utility.intcmp/intcmp.fail.cpp
M libcxx/test/support/test.support/make_string_header.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++] s/_LIBCPP_NO_HAS_CHAR8_T/_LIBCPP_HAS_NO_CHAR8_T/g
This was raised in D94511.
Differential Revision: https://reviews.llvm.org/D100736
More information about the All-commits
mailing list