This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Fix JSON dumps for location contexts.
ClosedPublic

Authored by NoQ on May 31 2019, 3:18 PM.

Details

Summary

lctx_id is a property of a location context, not of an item within it. It's useful to know the id even when there are no items in the context.

Diff Detail

Event Timeline

NoQ created this revision.May 31 2019, 3:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 31 2019, 3:18 PM
Charusso accepted this revision.May 31 2019, 3:21 PM

That was my feeling as well, but it has been defined like that. Thanks for the clarification!

This revision is now accepted and ready to land.May 31 2019, 3:21 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 19 2019, 4:31 PM