How to fix/avoid many tag parsing errors in variadic macros? #12645
Unanswered
BartVandewoestyne
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Seems related to #9626... |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have Debug logging enabled for the C/C++ extension (v1.21.6 in VSCode 1.92.2). When I open a certain folder/workspace and go check the logs, I see lots of tag parsing errors on Linux kernel code, like for example the following:
For this specific example, line 30 column 51 is part of a variadic macro:
I have the impression that most tag parsing errors occur in such variadic macros. How can I avoid or fix these tag parsing errors?
Beta Was this translation helpful? Give feedback.
All reactions