This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] exploded-graph-rewriter: Add support for objects under construction.
ClosedPublic

Authored by NoQ on Jul 1 2019, 4:44 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

NoQ created this revision.Jul 1 2019, 4:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 1 2019, 4:44 PM
Charusso accepted this revision.EditedJul 1 2019, 4:51 PM

SSS! Thanks!

This revision is now accepted and ready to land.Jul 1 2019, 4:51 PM
NoQ updated this revision to Diff 207448.Jul 1 2019, 6:00 PM

No longer crashes on seeing CXXCtorInitializers. Test added.

Charusso accepted this revision.Jul 1 2019, 6:10 PM
Charusso marked an inline comment as done.

Thanks for testing it!

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

Oh yeah, I forgot it as eventually we will bump into situations when Error() occurs. When I tested that script for myself I have seen two or three. Ofc it is ongoing to patch it, just I have not allocated time yet for creating an SVGParser to call DOTParser.

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 1 2019, 7:18 PM