This fixes an issue with missing unsigned long conversion on macOS.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/src/__support/UInt.h | ||
---|---|---|
80–86 | nit: it might be best to have both the uint and the standard int types for casting |
libc/src/__support/UInt.h | ||
---|---|---|
80–86 | Adding other uint overload will actually cause ambiguity, as they are simply aliases of these on many platforms. We had similar issues when adding built-in wrappers https://github.com/llvm/llvm-project/blob/main/libc/src/__support/builtin_wrappers.h |
nit: it might be best to have both the uint and the standard int types for casting