Add mangling for type trait expressions.
libc++ uses type traits directly in constraints in some places, and constraints now appear in manglings. There's a defined mangling for these traits in the ABI already, so we should use it. Fixes #67031.
Loading
Please sign in to comment