[libcxx-commits] [PATCH] D131999: [libcxx] Resolve warnings for Wshift-sign-overflow
Dominic Chen via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 17 10:40:15 PDT 2022
ddcc added a comment.
Hmm apparently there's some CUDA builder failures, so I've reverted for now.
https://lab.llvm.org/buildbot#builders/1/builds/33677
https://lab.llvm.org/buildbot#builders/55/builds/33820
https://lab.llvm.org/buildbot#builders/46/builds/33687
/ssd/cuda-k80-0/work/clang-cuda-k80/clang/bin/../include/c++/v1/ratio:143:33: error: in-class initializer for static data member is not a constant expression
static const intmax_t min = numeric_limits<intmax_t>::min() + 1;
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131999/new/
https://reviews.llvm.org/D131999
More information about the libcxx-commits
mailing list