This is an archive of the discontinued LLVM Phabricator instance.

Track state of function parameters
ClosedPublic

Authored by chriswailes on Aug 29 2013, 2:44 PM.

Details

Summary

The analysis now tracks the state of function parameters.

Diff Detail

Event Timeline

Parameters are variables, so you need at least one more test case to make sure that they are being tracked if they change state.

chriswailes updated this revision to Unknown Object (????).Aug 29 2013, 3:17 PM

Added some new tests for parameter tracking.

dblaikie accepted this revision.Apr 5 2014, 4:44 PM

Committed in 189616

dblaikie closed this revision.Apr 5 2014, 4:44 PM