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
It seems clang supports source-based [code coverage tool](https://clang.llvm.org/docs/SourceBasedCodeCoverage.html), if it is possible to map flow-generated code back to original code, we may not need to handle our own set of macro-based coverage tool which brings extra complicity.
#948
Closed
d121122gma opened this issue
Jan 12, 2025
· 0 comments
It seems clang supports source-based code coverage tool, if it is possible to map flow-generated code back to original code, we may not need to handle our own set of macro-based coverage tool which brings extra complicity.
It seems clang supports source-based code coverage tool, if it is possible to map flow-generated code back to original code, we may not need to handle our own set of macro-based coverage tool which brings extra complicity.
Originally posted by @xis19 in apple/foundationdb#11855
The text was updated successfully, but these errors were encountered: