Improve the application of D77598 by passing the template parameter list, allowing integer suffixes to be omitted in more places, making for easier to read template names
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 126661 Build 184004: arc lint + arc unit
Event Timeline
Comment Actions
Talked to Richard offline - this is undesirable because it would mean that certain template overloads would not be disambiguated in their naming. I'll post a patch with a test case that demonstrates that desired behavior and abandon this one.