Skip to content

Commit 61c95ca

Browse files
Update what-s-new-for-msvc.md
1 parent b16c31e commit 61c95ca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/overview/what-s-new-for-msvc.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ Here's a quick highlight of some of the new features in MSVC Build Tools version
6161
- Clang-Tidy code analysis improvements provide enhanced configuration options for faster builds and custom workflows:
6262
- Code analysis has new configuration options. You can now allocate more processors to run code analysis as part of your build, speeding up your development workflow.
6363
- You can add custom arguments to the command line used to invoke `clang-tidy`, giving you complete control over your analysis setup.
64-
- Access the new options from **Project Properties** > **Code Analysis** > **Clang-Tidy**: ![Screenshot of Project Properties dialog showing clang-tidy configuration options including processor allocation and custom command line arguments](./media/clang-tidy-improvements.png).
64+
- Access the new options from **Project Properties** > **Code Analysis** > **Clang-Tidy**:
65+
66+
![Screenshot of Project Properties dialog showing clang-tidy configuration options including processor allocation and custom command line arguments](./media/clang-tidy-improvements.png)
6567
- AddressSanitizer support for ARM64 Builds (Preview): For some time, the MSVC Build Tools have supported building projects that target x64 and x86 with [AddressSanitizer](/cpp/sanitizers/asan), which allows you to identify hard-to-find memory safety issues with zero false positives at runtime and increase memory safety. Now you can use AddressSanitizer to target ARM64. This feature is in preview.
6668

6769
### Productivity enhancements
@@ -100,4 +102,4 @@ We'd love to hear from you! You can [Report a Problem or Suggest a Feature](/vis
100102

101103
## Blogs
102104

103-
Take advantage of the insights and recommendations available in the [Microsoft Developer Blogs](https://devblogs.microsoft.com/) site to stay up to date on all new releases. The blogs include deep dive posts on a broad range of features. The [C++ Team Blog](https://devblogs.microsoft.com/cppblog) and the [Visual Studio Blog](https://devblogs.microsoft.com/visualstudio) are of particular interest.
105+
Take advantage of the insights and recommendations available in the [Microsoft Developer Blogs](https://devblogs.microsoft.com/) site to stay up to date on all new releases. The blogs include deep dive posts on a broad range of features. The [C++ Team Blog](https://devblogs.microsoft.com/cppblog) and the [Visual Studio Blog](https://devblogs.microsoft.com/visualstudio) are of particular interest.

0 commit comments

Comments
 (0)