c3c icon indicating copy to clipboard operation
c3c copied to clipboard

Private functions should be correctly marked in LLVM

Open lerno opened this issue 4 years ago • 0 comments

If a private function is not called outside of its module it should be marked as such, since private imports are only possible if the source is available, which means that the uses can be detected.

lerno avatar Jul 01 '21 20:07 lerno