On Thu, Jun 2, 2016 at 2:43 PM, Aaron Ballman via cfe-dev wrote:
>
> Some developers on Windows prefer to use GUI tools like TortoiseSVN to
> command line tools for version control.
(snip)
> Are there suitable GUI tools for git on Windows for projects as
> complex as LLVM? I believe MSVC has som
On Sun, Oct 7, 2018 at 10:51 PM Zachary Turner via cfe-dev
wrote:
> 1) Run CMake twice, generating to separate output directories. Once using -G
> "Visual Studio 15 2017" and once using -G Ninja, each to different
> directories.
>
> 2) Open the VS one. You have full IDE support.
>
> 3) Instea