Fix anonymous tag renaming when interleaved by scopeless macros
commitfe4c0738ebbed148117fed85ad44528dec089e90
authorJiří Techet <techet@gmail.com>
Fri, 6 May 2022 21:05:33 +0000 (6 23:05 +0200)
committerJiří Techet <techet@gmail.com>
Sat, 27 Aug 2022 22:22:29 +0000 (28 00:22 +0200)
treef12d7032c75df920657a65c91bcaa7efc88e365e
parent34ce1724a510e86f197ec14d60e89f6bc10eb440
Fix anonymous tag renaming when interleaved by scopeless macros

This problem can be seen on

scintilla/src/Document.cxx

where not all anonymous tags are renamed because of macros. Fix that
by not breaking the rename loop for macros for C-like languages.
src/tagmanager/tm_ctags.c