I’m trying to come up with some smart recompile logic for defines given via command line arguments.
To do this, it would be nice if clang could write out to a file what macro defines it used from the command line, or what macro defines it checked existence of
is this possible? thanks
To be clear, I am not asking to dump pre-defined macros, or get the preprocessor output