about summary refs log tree commit diff stats
path: root/061abandon_checks.cc
Commit message (Collapse)AuthorAgeFilesLines
* 2554 - give up on static pointer analysisKartik K. Agaram2016-01-111-126/+0
| | | | | Eventually you'll need to create a doubly-linked list, and `isolated` won't save you then.
* start working on checking address lifetimeKartik K. Agaram2015-12-151-0/+126
First some baseline tests that should never trigger warnings.