Skip to content

Instantly share code, notes, and snippets.

@GavinRay97
Created May 1, 2021 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GavinRay97/b23c1b8dd5a2b5421d233469142819ce to your computer and use it in GitHub Desktop.
Save GavinRay97/b23c1b8dd5a2b5421d233469142819ce to your computer and use it in GitHub Desktop.
Get Clang builtin macro/preprocessor definitions from the compiler
# Works in both Windows + Linux/Mac
# For standard clang
echo | clang -dM -E -
# For clang-cl.exe
echo | clang -fms-extensions -dM -E -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment