This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] exploded-graph-rewriter: Add support for range constraints.
ClosedPublic

Authored by NoQ on Jun 21 2019, 8:20 PM.

Details

Summary

Range constraints are now rendered as well. Diff support included.

I'm using a cheap solution that treats range constraints as "some sort of key-value map", so it's going to be trivial to add support for other such maps later - such as dynamic type info.

Diff Detail

Repository
rL LLVM

Event Timeline

NoQ created this revision.Jun 21 2019, 8:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2019, 8:20 PM
Charusso accepted this revision.Jun 22 2019, 3:09 PM

That is a great design-decision, thanks!

This revision is now accepted and ready to land.Jun 22 2019, 3:09 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 24 2019, 7:17 PM