@techee commented on this pull request.


In ctags/parsers/c.c:

> @@ -1221,11 +1219,10 @@ static void addOtherFields (tagEntryInfo* const tag, const tagType type,
 			{
 				tag->extensionFields.access = accessField (st);
 			}
-            if ((true == st->gotArgs) && (true == Option.extensionFields.argList) &&

At least Option.extensionFields.argList doesn't exist. Since it was always TRUE for us, I didn't investigate more.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.