It looks like we added some checks to try and use builtin type traits
in https://reviews.llvm.org/D67900, but some of those type traits are
never implemented as builtins, so this is essentially dead code.
Fixes llvm-project#53569
Differential D118923
[libc++] Remove unused code paths for non-existent builtins ClosedPublic Authored by ldionne on Feb 3 2022, 9:33 AM.
Details
Summary It looks like we added some checks to try and use builtin type traits Fixes llvm-project#53569
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 3 2022, 10:01 AM Closed by commit rGabcbe87311db: [libc++] Remove unused code paths for non-existent builtins (authored by ldionne). · Explain WhyFeb 4 2022, 12:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 406080 libcxx/include/type_traits
|