This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] exploded-graph-rewriter: Add support for dynamic types.
ClosedPublic

Authored by NoQ on Jul 1 2019, 3:15 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

NoQ created this revision.Jul 1 2019, 3:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 1 2019, 3:15 PM
Charusso accepted this revision.Jul 1 2019, 3:22 PM
Charusso marked an inline comment as done.

Nice, the end of that huge work is getting closer. Thanks!

clang/utils/analyzer/exploded-graph-rewriter.py
229 ↗(On Diff #207418)

Hm, I would avoid that over-complicated code, but because most likely it is remain like that for the next decade, I see no problem here.

This revision is now accepted and ready to land.Jul 1 2019, 3:22 PM
NoQ updated this revision to Diff 207420.Jul 1 2019, 3:26 PM

Bring back a few forgotten <hr />s.

NoQ updated this revision to Diff 207427.Jul 1 2019, 4:01 PM

Remove the TODO.

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 1 2019, 4:03 PM
NoQ added a comment.Jul 1 2019, 4:03 PM

Ugh, forgot to git add the actual test.