On Sunday, 17 July 2016 at 05:57:52 UTC, WhatMeWorry wrote:

[snip]


Now that I think about, was there even a way to look at c/c++ code after the pre-processor step?

Does this do what you want?

cl.exe /E
gcc -E
clang -E
clang-cl /E




Reply via email to