Compiler knowledge base A small knowledge base about compilers Preprocessor Get pre-defined macros clang -x c /dev/null -dM -E gcc -x c /dev/null -dM -E echo '' | clang-cl /EP /d1PP /TP - cl /EP /Zc:preprocessor /PD empty.cpp