> @b4n Fixed the first problem - see the new patch.

Indeed, looks like it work now, thanks :)

> The ns::C c2 problem is however a parser problem and in fact I believe the 
> same as Lex reported here: #845
>
> In your example the var_type of the "c2" TMTag is "ns" instead of "ns::C".

Damn, you're right.  Though, while trying to fix this in the C parser, I don't 
think it works now it reports `ns::C`.  Probably the type is not split up on 
scope separator, so a qualified type doesn't work I guess?

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/862#issuecomment-172691838

Reply via email to