jamesjuett / lobster

Interactive Program Visualization Tools
8 stars 3 forks source link

C++ Bug: getLinkedFunctionEntity() does not account for overloading #327

Open jamesjuett opened 2 years ago

jamesjuett commented 2 years ago

Currently, it just takes a qualified name. It needs to take a signature and do some sort of overload resolution.

jamesjuett commented 2 years ago

This function was previously used improperly in the compilation proper phase as a hacky workaround for resolving qualified names. It's no longer needed and is removed in #333