Using Clang from Visual Studio

Опубликовано: 16 Июнь 2021
на канале: Utah Cpp Programmers
9,303
58

This month, Richard Thomson gives us a look at how to use clang tools from inside Visual Studio, demonstrating the support that comes "out of the box" in Visual Studio 2019.

This includes integration of clang-format for source code formatting, clang-tidy for detecting problems in your code through static analysis, and clang-cl as a compiler front end for your source files.