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
Currently, connecting declarations and definitions is done in the frontend, which might have a limited view and is not really a clean approach. Instead, this should be moved to the already existing CXXExtraPass, potentially even into a completely language neutral pass, but we are currently only filling the definition field for C++.
It also seems to be somewhat untested, so test coverage should be improved as well.
The text was updated successfully, but these errors were encountered:
Currently, connecting declarations and definitions is done in the frontend, which might have a limited view and is not really a clean approach. Instead, this should be moved to the already existing
CXXExtraPass
, potentially even into a completely language neutral pass, but we are currently only filling thedefinition
field for C++.It also seems to be somewhat untested, so test coverage should be improved as well.
The text was updated successfully, but these errors were encountered: