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
[Coverage] Check decl location for generated source
Previously for a property initializer, we would
check whether the initialization expr is generated
code, and skip profiling the property in that case.
However if the property itself isn't generated,
profiling is still reasonable. Switch the check
here to look at the SILDeclRef's location.
0 commit comments