This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] [NFC] Minor refactoring of ISL-specific code in RetainCountChecker
ClosedPublic

Authored by george.karpenkov on Aug 16 2018, 5:44 PM.

Diff Detail

Repository
rC Clang

Event Timeline

NoQ accepted this revision.Aug 17 2018, 10:53 AM
NoQ added inline comments.
clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountSummaries.cpp
485–489 ↗(On Diff #161151)

Ok, so now we no longer promise to initialize isTrustedReferenceCountImplementation.

Maybe just return a pair of bool?

This revision is now accepted and ready to land.Aug 17 2018, 10:53 AM
This revision was automatically updated to reflect the committed changes.