This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Print a fully qualified name for functions in RetainCountChecker diagnostics
ClosedPublic

Authored by george.karpenkov on Nov 28 2018, 3:30 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

NoQ accepted this revision.Nov 29 2018, 1:02 PM
NoQ added inline comments.
clang/test/Analysis/osobject-retain-release.cpp
69 ↗(On Diff #175779)

Do we actually need the word "function" here?
Should we try to use the word "method" for the OSObject case?

This revision is now accepted and ready to land.Nov 29 2018, 1:02 PM
This revision was automatically updated to reflect the committed changes.