[libcxx-commits] [PATCH] D97283: [libcxx][type_traits] is_unsigned is false for enum types

Tomas Matheson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 8 04:16:48 PST 2021


tmatheson marked an inline comment as done.
tmatheson added a comment.

@zoecarver

> was this causing problems for you in the wild, or did you just notice that there was an issue? If the latter, I think we should just take the tests from this patch and only enable them on ToT clang for the next six months.

I believe this originally came up because it failed in a C++ validation suite in our CI, which falls into the "just noticed it" category. I've added the branches but equally happy to remove them again if needed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97283/new/

https://reviews.llvm.org/D97283



More information about the libcxx-commits mailing list