I know that both of these methods use the same compiler: clang 3.8. However, I do not know what the difference is between the two.
The difference is how they use it.
Clang with Microsoft CodeGenuses Clang to parse the source in AST. But then the MSVC code generator fires, so nothing related to LLVM is used.
LLVM-vs2014 Clang . LLVM . , , Visual Studio.
, . Clang clang-cl, Microsoft .
, .