You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be great to take advantage of CE's preprocessor tool when -E is used during C/C++ compilation. The preprocessor tool automatically filters out headers, junk line directives which clutter even the most simple of preprocessor results, and can also automatically format the output. Demo: https://godbolt.org/z/bxoj4fzq7.
The API for this is undocumented but a simple request for the preprocessor tool looks like:
@jeremy-rifkin
I went ahead and started an implementation that allows for the filter-headers background option, but the following resulted in the same verbose output. Is something malformed with this request?
It'd be great to take advantage of CE's preprocessor tool when -E is used during C/C++ compilation. The preprocessor tool automatically filters out headers, junk line directives which clutter even the most simple of preprocessor results, and can also automatically format the output. Demo: https://godbolt.org/z/bxoj4fzq7.
The API for this is undocumented but a simple request for the preprocessor tool looks like:
Maybe this could be done for both ;compile and ;asm.
The text was updated successfully, but these errors were encountered: