Skip to content
Snippets Groups Projects
Commit cb459717 authored by Leandro Melo's avatar Leandro Melo
Browse files

C++: Better resolution for typedef when resolving expr.


Example:
struct Bar { int m; };
typedef Bar *pBar;
pBar b;
b-> // completes correctly now

Change-Id: I97cc67579b955fe47c68ab6c35be9a054b6d1be9
Done-by: ckamm
Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
parent 38d90e58
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment