This maps the /EP argument to both -E and -P.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Nice, just some minor comments.
| include/clang/Driver/CLCompatOptions.td | ||
|---|---|---|
| 143 | Should this be disable linemarker output and preprocess to stdout? | |
| lib/Driver/Driver.cpp | ||
| 155 | Missing comma after EP? We should either group all the flags together in the comment, or keep the gcc-style and cl-style (like /P) separate. | |
Should this be disable linemarker output and preprocess to stdout?