predef
predef copied to clipboard
clang-cl also defines _MSC_VER and _MSC_FULL_VER macros
https://clang.llvm.org/docs/UsersManual.html#microsoft-extensions
BTW, the Intel C/C++ compiler is based on Clang.
https://www.intel.com/content/www/us/en/developer/articles/technical/adoption-of-llvm-complete-icx.html
"BTW, the Intel C/C++ compiler is based on Clang"
The new Intel compiler is. The Classic non LLVM based compiler is still available for now. The new compiler has different predefined macros.