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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D52647
[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).
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 2 2018, 3:05 AM Closed by commit rL343575: [CodeComplete] Re-fix accessibilty of protected members from base class. (authored by ioeric). · Explain WhyOct 2 2018, 3:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 167911 cfe/trunk/lib/Sema/SemaCodeComplete.cpp
cfe/trunk/lib/Sema/SemaLookup.cpp
cfe/trunk/test/Index/complete-access-checks.cpp
|