| commit | e6afa397c6c021f9879beda52340cac09b935b86 | [log] [tgz] |
|---|---|---|
| author | Alex Lorenz <arphaman@gmail.com> | Thu May 11 13:48:57 2017 +0000 |
| committer | Alex Lorenz <arphaman@gmail.com> | Thu May 11 13:48:57 2017 +0000 |
| tree | 074f793f9e4e10bfd5f20063d06a16030330aec0 | |
| parent | 0fe0d98557bdd683d2120f733ddbe71ffc8f9871 [diff] |
[CodeCompletion] Provide member completions for dependent expressions whose type is a TemplateSpecializationType or InjectedClassNameType Fixes PR30847. Partially fixes PR20973 (first position only). PR17614 is still not working, its expression has the dependent builtin type. We'll have to teach the completion engine how to "resolve" dependent expressions to fix it. rdar://29818301 llvm-svn: 302797