This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] [NFC] Dead code removal
ClosedPublic

Authored by george.karpenkov on Sep 19 2018, 10:05 AM.

Diff Detail

Repository
rC Clang

Event Timeline

NoQ accepted this revision.Sep 20 2018, 1:39 PM
NoQ added inline comments.
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
3187–3191 ↗(On Diff #166143)

Do trimmed graphs still work correctly after this change?

This revision is now accepted and ready to land.Sep 20 2018, 1:39 PM
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
3187–3191 ↗(On Diff #166143)

BugType::FlushReports is always a noop

NoQ added a comment.Sep 20 2018, 2:26 PM

Mm okay right. I wonder what were the plans for NSErrorChecker that required this.

This revision was automatically updated to reflect the committed changes.