Visual Studio 2008 plugin/integration

Hi,

I know there is a plugin for using llvm/clang from within Visual Studio 2013/2015, but is there a way to use it in Visual Studio 2008?
I looked up and didn’t find a way to change the compiler used by Visual Studio 2008.

Maybe someone had the same problem and found a solution!

Cheers,
Julien

Hi,

I found a way to do it… It’s probably not the best way, but it works.

I simply replaced the “cl.exe" binary in the Visual Studio directory with "clang-cl.exe" (renamed “cl.exe").

Cheers,
Julien