Skip to content
Commit 788d0111 authored by Lukas Rytz's avatar Lukas Rytz
Browse files

Add hook methods to analysis.Frame for branch-sensitive analyses

Adds two hook methods to `analysis.Frame`, called by `Analyzer.analyze`.
These methods are called on the temporary `currentFrame` before it is
merged with the existing frame at the branch target.

Overriding these methods allows implementing branch-sensitive analyses,
for example for nullness.
parent 4fef4700
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment