• Forum
  • Lounge
  • Clang 3.4 included with Visual Studio 20

 
Clang 3.4 included with Visual Studio 2015

Last edited on
Do they bundle clang with VS or just allow for better integration?
I think it comes with it, but I'm not sure. I haven't installed the preview yet - the warnings about only using a test machine to avoid damage kinda turned me off from just trying it immediately on my personal computer.

This screenshot from one of their other blog posts may be of interest:
http://blogs.msdn.com/cfs-filesystemfile.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-69/6648.pic4.png
I find it very strange that they have the option to install Chrome for you, but I guess it makes sense since they're allowing for android development.
Last edited on
I think clang is only used for android development.
No. Visual Studio build of clang++ links with the Microsoft library; native C++ programs can be built with it.

Not Chrome (or Chromium) though. Chrome releases on Windows are built using the Microsoft compiler; other tool-chains (on Windows) are not supported by the Chromium build framework.
Topic archived. No new replies allowed.