This is an archive of the discontinued LLVM Phabricator instance.

[CodeComplete] Re-fix accessibilty of protected members from base class.
ClosedPublic

Authored by ioeric on Sep 28 2018, 5:47 AM.

Details

Summary

The initial fix (r337453) had bug and was partially reverted (r338255).
This simplies the original fix by explicitly passing the naming class to the
completion consumer.

Diff Detail

Repository
rL LLVM