This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Highlight nodes which have error reports in them in red in exploded graph
ClosedPublic

Authored by george.karpenkov on Sep 26 2018, 5:38 PM.

Diff Detail

Repository
rC Clang

Event Timeline

NoQ added a comment.Sep 26 2018, 5:43 PM

I still think we need to add some text as well, not just color.

NoQ accepted this revision.Sep 26 2018, 7:18 PM

Yay!

This revision is now accepted and ready to land.Sep 26 2018, 7:18 PM
Szelethus added inline comments.Sep 27 2018, 6:42 AM
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
2957 ↗(On Diff #167234)

Nit: missing space: static_cast<ExprEngine *>

clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
2957 ↗(On Diff #167234)

OK! Maybe I should just run clang-format automagically

This revision was automatically updated to reflect the committed changes.