This change fixes lack of completions in the following case
('^'designates completion points) :
void f(^); struct Incomplete; Incomplete g(^);
Differential D46639
[CodeComplete] Provide completion in decls even for incomplete types ilya-biryukov on May 9 2018, 7:53 AM. Authored by
Details This change fixes lack of completions in the following case void f(^); struct Incomplete; Incomplete g(^);
Diff Detail
|