Skip to content

Instantly share code, notes, and snippets.

@JarLob
Forked from K2/MSVC_AST_GEN.cmd
Created March 17, 2020 21:39
Show Gist options
  • Save JarLob/590669c6565b5884f1111d85704d8834 to your computer and use it in GitHub Desktop.
Save JarLob/590669c6565b5884f1111d85704d8834 to your computer and use it in GitHub Desktop.
MSVC AST generation
REM AST generation from MSVC
cl /analyze /d1Aprintast %1 > %1.ast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment