predef icon indicating copy to clipboard operation
predef copied to clipboard

clang-cl also defines _MSC_VER and _MSC_FULL_VER macros

Open amitdo opened this issue 2 years ago • 2 comments

https://clang.llvm.org/docs/UsersManual.html#microsoft-extensions

amitdo avatar Sep 06 '22 10:09 amitdo

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

amitdo avatar Sep 07 '22 16:09 amitdo

"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.

johnthacker avatar Dec 28 '22 15:12 johnthacker