[all-commits] [llvm/llvm-project] a4cb5a: [libc++] Remove some workarounds for unsupported G...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Sep 1 07:57:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4cb5aefd545104e52139d9c3ba6c51165a8dabe
https://github.com/llvm/llvm-project/commit/a4cb5aefd545104e52139d9c3ba6c51165a8dabe
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-09-01 (Wed, 01 Sep 2021)
Changed paths:
M libcxx/include/__config
M libcxx/include/atomic
M libcxx/include/chrono
M libcxx/include/new
M libcxx/include/string
M libcxx/include/type_traits
M libcxx/include/variant
M libcxx/src/include/atomic_support.h
M libcxx/src/locale.cpp
M libcxxabi/src/include/atomic_support.h
Log Message:
-----------
[libc++] Remove some workarounds for unsupported GCC and Clang versions
There is a lot more we can do, in particular in <type_traits>, but this
removes some workarounds that were gated on checking a specific compiler
version.
Differential Revision: https://reviews.llvm.org/D108923
More information about the All-commits
mailing list