Microsoft updates C++ build tools for Visual Studio

Microsoft updates C++ build tools for Visual Studio

The MSVC Build Tools Preview is updated regularly with the latest features and fixes from the MSVC (Microsoft C++) development team. The MSVC team’s updates for August 2026, targeting the Visual Studio v14.52 release, bring numerous improvements to the C++ front end, modules, code generation, debugging, static analysis, the linker and assembler, and more. The updates were announced in an August 13 blog post. Developers can get the MSVC Build Tools Preview through the Visual Studio 2026 Stable Channel or (more quickly) through the Insiders Channel. C++ compiler front end improvements include added support for default-initialized new[] expressions in constant evaluation when used with modules and improved diagnostics for calling-convention mismatches, incompatible compiler options, and unusable compiled-library files. C++ module improvements include improved type merging when header units are shared across multiple modules, and improved module serialization of data members and template information. Optimizer updates include improved optimization of equality-test loops with loop-carried dependencies, improved jump-to-jump optimizations, and improved optimization around restricted pointers and function calls. Debugging improvements include better diagnostics produced by debug-information inspection tools and improved type merging for programs that use header units and modules. Work continues to support larger debug-information streams, including groundwork for streams up to 4 GB. And a way has been added for debugger clients to release debug-database file handles without immediately discarding loaded data, allowing the file to be rebuilt sooner. Static analysis improvements include expanded code-analysis coverage across more components of the toolset. The MSVC Build Tools Preview updates also include dozens of bug fixes. Developers are encouraged to try out the MSVC Build Tools and let Microsoft know what they think. Feedback can be shared on the Visual Studio Developer Community site.

Original Source

Read the full article at Infoworld →

KhanList aggregates and links to publicly available news content. We do not host full articles from third-party sources. Always verify important information with original sources.