Showing results for Announcement - C++ Team Blog

Feb 21, 2025
0
4

MSVC Address Sanitizer updates in Visual Studio 2022 version 17.13

Zachary Johnson
Zachary Johnson

We have been investing in the quality of MSVC Address Sanitizer (ASan) in several key areas over the past year, including working with LLVM upstream to stay coordinated with their changes, adding coverage for internal tools and libraries, and hardening APIs and runtime modes.  Upstreaming to LLVM  MSVC ASan is derived from a fork of the LLVM repo...

AnnouncementC++
Feb 19, 2025
0
3

MSVC C++ Code Analysis: Updates in Visual Studio 2022 version 17.13

Carson Radtke
Carson Radtke

This post details the latest updates in Visual Studio 2022 version 17.13 for MSVC C++ Code Analysis. Driven by internal team insights and developer community feedback, these improvements significantly reduce false positives and strengthen production code security.

C++Announcement
Feb 11, 2025
0
3

C++ Language Updates in MSVC in Visual Studio 2022 17.13

Cameron DaCamara
Cameron DaCamara

Introduction For this update, we have changed things up a little bit. We now have more distinct buckets of fixes/implemented features. This is to help guide readers who care about specific features to more easily see how the compiler front-end team is making progress on the things you care about. 17.12 notes for reference. C++23 Features As p...

AnnouncementC++Frontend
Feb 11, 2025
4
2

What’s New for C++ Developers in Visual Studio 2022 17.13

Sy Brand
Sy Brand

We are happy to announce that Visual Studio 2022 version 17.13 is now generally available! This post summarizes the new features you can find in this release for C++. You can download Visual Studio 2022 from the Visual Studio downloads page or upgrade your existing installation by following the Update Visual Studio Learn page. Standard Library and...

C++Announcement
Dec 6, 2024
0
6

MSVC Compiler Language Updates in Visual Studio 2022 version 17.12

Cameron DaCamara
Cameron DaCamara

Introduction In alignment with the Visual Studio 2022 version 17.12 release, and based upon feedback received from the community, the MSVC compiler team would like to provide greater visibility into the C++ language-level fixes for customer-reported issues that made it into the release. This is similar to how the standard library team publishes re...

C++AnnouncementFrontend
Sep 26, 2024
0
0

Tailored Code Completions for C++ Developers: Fine-tuned models are now in limited public beta for GitHub Copilot Enterprise

Erika Sweet
Erika Sweet

GitHub recently announced that custom models are available for GitHub Copilot Enterprise users in limited public beta. Custom models are fine-tuned on your organization’s proprietary codebases and coding practices to provide more contextually relevant and consistent inline suggestions. How It Works: Security and Privacy in Custom Models The data ...

CopilotC++Announcement
Sep 12, 2024
2
2

What’s New in Visual Studio Build Insights 17.12

Nelson Daniel Troncoso Eve Silfanus
Nelson,
Eve

We are excited to announce the latest Visual Studio 2022 17.12 Build Insights features. These updates provide developers with greater control and accuracy when diagnosing and optimizing C++ builds directly within Visual Studio. Download Visual Studio 2022 17.12 Preview We extend our thanks to the developer community, particularly our game stu...

C++AnnouncementBuild Insights
Sep 12, 2024
6
3

Microsoft C++ Team at CppCon 2024

Sy Brand
Sy Brand

  As always our team will be at CppCon this year with a host of presentations. Many of us will also be present at our team’s booth in the main hall for the first four days of the conference. Come say hi and let us know if you have any questions about our talks, products, or anything else! You can also join the #visual_studio channel on ...

C++Announcement
Aug 13, 2024
1
7

What’s New for C++ Developers in Visual Studio 2022 17.11

Sy Brand
Sy Brand

We are happy to announce that Visual Studio 2022 version 17.11 is now generally available! This post summarizes the new features you can find in this release for C++. You can download Visual Studio 2022 from the Visual Studio downloads page or upgrade your existing installation by following the Update Visual Studio Learn page. Standard Library We...

AnnouncementC++
Jul 22, 2024
4
3

Improving GitHub Copilot Completions in VS Code for C++ Developers

Erika Sweet
Erika Sweet

GitHub Copilot code completions are autocomplete-stye suggestions that appear inline as you code. Until today, they have used context from your active file and other tabs open in the editor to inform the suggestion that is returned. However, we know that more contextually relevant input leads to better suggestions. Our team has made changes to the ...

C++AnnouncementVisual Studio Code