Fix numeric_limits<XXX>::is_modulo for signed arithmetic types. We were...
Fix numeric_limits<XXX>::is_modulo for signed arithmetic types. We were reporting true, for all arithmetic types, which is incorrect. Fix the tests which were wrong, too. This fixes PR#20158. llvm-svn: 214371
Loading
Please sign in to comment