This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] [NFC] minor FindLastStoreBRVisitor refactoring
ClosedPublic

Authored by george.karpenkov on Jan 5 2018, 3:19 PM.

Diff Detail

Repository
rC Clang

Event Timeline

NoQ added a comment.Jan 5 2018, 6:24 PM

Cool, keep those coming. Even if it obstructs git blames, it makes things so much easier to understand that it's definitely worth it.

NoQ accepted this revision.Jan 5 2018, 6:24 PM
This revision is now accepted and ready to land.Jan 5 2018, 6:24 PM
dcoughlin added inline comments.Jan 8 2018, 5:21 PM
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
483

Super nit: "with *a* bad value".

485

Do you want to take the opportunity to update the capitalization to match the guidelines?

george.karpenkov marked an inline comment as done.Jan 9 2018, 5:24 PM
george.karpenkov added inline comments.
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
485

not really, at least not in this PR

This revision was automatically updated to reflect the committed changes.