[libc++] s/_LIBCPP_NO_HAS_CHAR8_T/_LIBCPP_HAS_NO_CHAR8_T/g
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Mon, 19 Apr 2021 01:47:08 +0000 (21:47 -0400)
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Wed, 21 Apr 2021 16:49:07 +0000 (12:49 -0400)
commit5c40c994c329aa7e521c53cbc893426c90203941
treec08f9232e1b24e50e1db3aa628779b084b6891dc
parente9d876159ef3d98d635bd7f90a1c2fe28a80fd57
[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
20 files changed:
libcxx/include/__config
libcxx/include/__locale
libcxx/include/__string
libcxx/include/atomic
libcxx/include/cstddef
libcxx/include/filesystem
libcxx/include/iosfwd
libcxx/include/string
libcxx/include/string_view
libcxx/include/utility
libcxx/include/version
libcxx/src/locale.cpp
libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/advance_to.pass.cpp
libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/begin.pass.cpp
libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/ctor.pass.cpp
libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/end.pass.cpp
libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/types.compile.pass.cpp
libcxx/test/std/utilities/utility/utility.intcmp/intcmp.fail.cpp
libcxx/test/support/test.support/make_string_header.pass.cpp
libcxx/utils/generate_feature_test_macro_components.py