This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Skip printing duplicate nodes, even if nodes have multiple predecessors/successors
ClosedPublic

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

Diff Detail

Repository
rC Clang

Event Timeline

NoQ added a comment.Sep 13 2018, 6:30 PM

Yeah, i guess that's a good thing to know.

clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
3182 ↗(On Diff #164546)

Compare state refs directly?

clang/test/Analysis/copy-elision.cpp
6 ↗(On Diff #164546)

?

NoQ accepted this revision.Sep 14 2018, 5:55 PM
This revision is now accepted and ready to land.Sep 14 2018, 5:55 PM
This revision was automatically updated to reflect the committed changes.