We are now migrating to the new cxx parser in Geany (yeah, finally) and we get warnings for 'U' ('using' kinds) like this:
ctags: Warning: definition tag for refonly kind(using) is made: Scintilla
I can reproduce this warning with command-line ctags as well with
ctags --kinds-all=* some_file_containing_using.cxx
I may be wrong but isn't the problem that ATTACH_ROLES() is missing here?
We are now migrating to the new cxx parser in Geany (yeah, finally) and we get warnings for 'U' ('using' kinds) like this:
I can reproduce this warning with command-line ctags as well with
I may be wrong but isn't the problem that
ATTACH_ROLES()is missing here?ctags/parsers/cxx/cxx_tag.c
Line 79 in bddc1de