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
Fixdlang#18337 - Emit coverage counters at call sites of inlined functions (dlang#22922)
inlined functions always showed 0000000 in -cov reports even when called.
the standalone function body is never executed at runtime (it's inlined at
each call site), so its counters stayed zero.
fixes https://issues.dlang.org/show_bug.cgi?id=5848fixesdlang#18337
0 commit comments