swift
5a09c0b4
- Canonicalize different spellings of the same integer generic parameter.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Canonicalize different spellings of the same integer generic parameter. `Foo<256>`, `Foo<2_56>`, and `Foo<0x100>` are all canonically the same type. Fixes rdar://144736386.
References
#80519 - Canonicalize different spellings of the same integer generic parameter.
Author
jckarter
Parents
41f7ac3e
Loading