This is an archive of the discontinued LLVM Phabricator instance.

[CodeComplete] Fix accessibility of protected members when accessing members implicitly.
ClosedPublic

Authored by ioeric on Oct 17 2018, 5:23 AM.

Diff Detail

Repository
rC Clang

Event Timeline

ioeric created this revision.Oct 17 2018, 5:23 AM
ioeric edited the summary of this revision. (Show Details)Oct 18 2018, 5:44 AM
ioeric added a reviewer: hokein.
hokein accepted this revision.Oct 19 2018, 2:12 AM

The change looks reasonable to me, I'd let @ilya-biryukov take a second look.

This revision is now accepted and ready to land.Oct 19 2018, 2:12 AM
ilya-biryukov accepted this revision.EditedOct 19 2018, 10:10 AM

LGTM, thanks!
Would be super-nice if didn't have to rewrite this in code completion, but that's where we are now.

This revision was automatically updated to reflect the committed changes.