1. 下载地址:https://releases.llvm.org/download.html  下载Windows版本的

     

     手动编译安装clang 参考博客:https://marvinsblog.net/post/2019-01-08-clang-on-windows/

  2. 使用clang编译C语言: clang test.c -o test.exe      参考https://blog.csdn.net/qq_36752072/article/details/89026161
  3. 不安装clang,也可以安装MinGW。:https://dev.to/gamegods3/how-to-install-gcc-in-windows-10-the-easier-way-422j