Alright, I've repushed the anonymous struct handling fix - having the global counter for anonymous types caused a problem with unit tests. With the global per-all-file counter the anonymous struct name would become different every time and the generated tags files might be different every time the tag file is generated.
I hope the current approach works well - all this namespace search code is like walking through a minefield - you never know what gets broken if you make a change. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/505#issuecomment-163682342
