Question on how the preprocessor is implemented #8182
Answered
by
sean-mcmanus
Simon Schödler (shoedler)
asked this question in
Q&A
|
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. |
Answered by
sean-mcmanus
Sep 24, 2021
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? |
3 replies
Answer selected by
shoedler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

All our parsing is done in our closed source cpptools process. Was there something specific you wanted to know about it?