This is a follow up to r302797 which added support for dependent completions after '.' and '->'. This patch handles the '::' operator.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D34173
[Completion] Code complete the members for a dependent type after a '::' ClosedPublic Authored by arphaman on Jun 13 2017, 2:19 PM.
Details Summary This is a follow up to r302797 which added support for dependent completions after '.' and '->'. This patch handles the '::' operator.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 14 2017, 3:01 PM Closed by commit rL305511: [Completion] Code complete the members for a dependent type after a '::' (authored by arphaman). · Explain WhyJun 15 2017, 2:41 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 102724 cfe/trunk/lib/Sema/SemaCodeComplete.cpp
cfe/trunk/test/CodeCompletion/member-access.cpp
|