Question on how the preprocessor is implemented #8182
-
I'm wondering how cpptools implements preprocessing of a single file ( When hovering over a macro or a define occurence in a *.cpp file, cpptools provides a I just can't find out how this is implemented. I guess it is somewhere in the LSP, because the LSP is aware of the preprocessed file (no errors come up when typing something like in the image above) I'd be happy to get some pointers on where to look in the codebase. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
All our parsing is done in our closed source cpptools process. Was there something specific you wanted to know about it? |
Beta Was this translation helpful? Give feedback.
All our parsing is done in our closed source cpptools process. Was there something specific you wanted to know about it?