This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] [NFC] Move canEval function from RetainCountChecker to RetainCountSummaries
ClosedPublic

Authored by george.karpenkov on Aug 16 2018, 2:10 PM.

Diff Detail

Repository
rC Clang

Event Timeline

NoQ accepted this revision.Aug 17 2018, 10:42 AM
NoQ added inline comments.
clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
764–768 ↗(On Diff #161105)

Get rid of the bool variable?

This revision is now accepted and ready to land.Aug 17 2018, 10:42 AM
NoQ added inline comments.Aug 17 2018, 10:49 AM
clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
764–768 ↗(On Diff #161105)

Mm, seems as if you already did it in D50879, nvm.

This revision was automatically updated to reflect the committed changes.