blob: f47506c2342ce6b339a4996e3cd64b51a6bd2b60 [file] [log] [blame] [view]
# C++ lifetime inference and verification through static analysis
This package contains a prototype for a static analysis tool that infers
and verifies lifetime annotations for C++ code. For more background, see
[/docs/lifetimes_static_analysis.md](/docs/lifetimes_static_analysis.md).