Skip to content

v0.0.11

Compare
Choose a tag to compare
@pqn pqn released this 14 Jun 19:21
· 10 commits to main since this release
dba2dc9
  • C++
    • Detect functions with pointer return types (up to two *)
    • Suppress function detection for MVP-like cases
  • Python
    • Don't include __init__ as a function to be consistent with other languages
  • General
    • Initial support for return type capture
    • Initial support for class field capture