[libc] [llvm] [libc][NFC] Reduce type clutter in str_to_float_test (PR #75353)

Guillaume Chatelet via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 08:49:43 PST 2023


gchatelet wrote:

@michaelrj-google my original goal was to remove `LIBC_NAMESPACE` and `typename LIBC_NAMESPACE::fputil::FPBits<T>::UIntType` but I had to template the test class.
As such, it is less clear which type is being tested, let me know if you prefer to keep the type explicit.

https://github.com/llvm/llvm-project/pull/75353


More information about the llvm-commits mailing list