[all-commits] [llvm/llvm-project] 137964: [libc++] Fix std::is_array<T[0]> and add tests
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Apr 4 10:55:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13796495ecbf5be2a1957a21b4e152ecf64d7cc2
https://github.com/llvm/llvm-project/commit/13796495ecbf5be2a1957a21b4e152ecf64d7cc2
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
M libcxx/include/type_traits
M libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/is_array.pass.cpp
M libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/is_bounded_array.pass.cpp
M libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/is_unbounded_array.pass.cpp
Log Message:
-----------
[libc++] Fix std::is_array<T[0]> and add tests
Differential Revision: https://reviews.llvm.org/D122810
More information about the All-commits
mailing list