This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] print() JSONify: SVal implementation
ClosedPublic

Authored by Charusso on May 27 2019, 2:00 PM.

Diff Detail

Event Timeline

Charusso created this revision.May 27 2019, 2:00 PM
Charusso added a project: Restricted Project.

Most of the new print() should be different from the default one, that is why print*Json() name introduced. I have not seen any more problematic printing so I can begin with the Python script as it now recognizes our JSON-format. Also extra commas are removed from all the dumps.

NoQ accepted this revision.May 27 2019, 8:41 PM

I have not seen any more problematic printing so I can begin with the Python script as it now recognizes our JSON-format.

Fantastic! Let's commit all this stuff.

This revision is now accepted and ready to land.May 27 2019, 8:41 PM
Charusso set the repository for this revision to rC Clang.May 29 2019, 11:34 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2019, 11:37 AM