mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 19:18:13 +08:00
Add an implementation of numeric_limits for use in str_conv_utils. It currently only supports the basic integer types, with more types coming as needed. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D107987