This patch concludes my GSoC'19 project by enabling track-conditions by default.
Details
Details
- Reviewers
NoQ xazax.hun dcoughlin Charusso baloghadamsoftware rnkovacs - Commits
- rG0f9e530c0f4d: [analyzer] Enable control dependency condition tracking by default
rL369616: [analyzer] Enable control dependency condition tracking by default
rC369616: [analyzer] Enable control dependency condition tracking by default
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thank you! It would not have been possible on my own! And actually, there are a couple minor nits, such as caching the retrieved CFGBlock for each ExplodedNode (at least for the node we're calculating control dependencies for), so I'll address that soon™.