[cfe-users] Using clang windows installer from command line

2018-09-07 Thread Korshunov Nikolay via cfe-users
Is there a way to install clang on windows using official binary distribution (installer) via command line? Or is there windows distribution inside an archive? ___ cfe-users mailing list cfe-users@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/l

Re: [cfe-users] MSVC always trying to rebuild project while using clang-cl (LLVM-vs2014 toolset)

2018-09-07 Thread Zachary Turner via cfe-users
Fwiw, the new extension only supports vs2017, so you may need to upgrade. If you can’t upgrade, set your project compile options to C7 Compatible Debug Info (/Z7). That will also fix it On Thu, Sep 6, 2018 at 6:41 AM Hans Wennborg wrote: > This is the problem described in > https://bugs.llvm.org/