This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Dump reproducible identifiers for statements in exploded graph in store
ClosedPublic

Authored by george.karpenkov on Sep 7 2018, 5:18 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

NoQ accepted this revision.Sep 13 2018, 5:36 PM

This would have helped me immensely with debugging temporary materialization support. Assuming that we dump these identifiers in symbols/regions as well.

This revision is now accepted and ready to land.Sep 13 2018, 5:36 PM
NoQ added inline comments.Sep 13 2018, 5:53 PM
clang/lib/StaticAnalyzer/Core/ProgramState.cpp
460 ↗(On Diff #164551)

You can obtain Context from getStateManager() here as well.

george.karpenkov marked an inline comment as done.Sep 14 2018, 6:04 PM
This revision was automatically updated to reflect the committed changes.