Skip to content

Commit 2a50bf5

Browse files
authored
Update clang-support-msbuild.md
note about clang versions.
1 parent 8908cae commit 2a50bf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/build/clang-support-msbuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ The Microsoft C++ Standard Library currently requires at least Clang 8.0.0. The
2525

2626
![Screenshot of the Visual Studio installer with the Individual components tab selected and the C plus plus Clang components visible.](media/clang-install-vs2019.png)
2727

28+
> Later versions of Visual Studio provide newer versions of the clang toolset. For example, VS 2019 (16.9) includes clang v11.
29+
2830
## Configure a Windows project to use Clang tools
2931

3032
To configure a Visual Studio project to use Clang, right-click on the project node in **Solution Explorer** and choose **Properties**. Typically, you should first choose **All configurations** at the top of the dialog. Then, under **General** > **Platform Toolset**, choose **LLVM (clang-cl)** and then **OK**.

0 commit comments

Comments
 (0)