You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C++ front-end uses symbol_typet to represent template parameter types.
It also uses the same irep to represent typedefs and struct/union tags.
This commit disambiguates the meaning of this irep by introducing a separate
type, called template_parameter_symbol_type.
0 commit comments