Skip to content

Commit 69e7bfa

Browse files
authored
Merge pull request #3400 from TylerMSFT/twhitney-whatsnew
Lighten titles
2 parents 789f1ae + a128913 commit 69e7bfa

File tree

3 files changed

+24
-22
lines changed

3 files changed

+24
-22
lines changed

.whatsnew.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,30 @@
1515
"omitPullRequestTitles": false
1616
},
1717
"areas": [
18-
{"names": ["assembler", "intrinsics"], "heading": "Microsoft C/C++ compiler intrinsics and assembly language"},
18+
{"names": ["assembler", "intrinsics"], "heading": "C/C++ compiler intrinsics and assembly language"},
1919
{"names": ["atl", "atl-mfc-shared", "mfc"], "heading": "Active Template Library (ATL), Microsoft Foundation Classes (MFC)"},
20-
{"names": ["build"], "heading": "Microsoft C++ in Visual Studio projects and build systems"},
20+
{"names": ["build"], "heading": "C/C++ projects and build systems"},
2121
{"names": ["build-insights"], "heading": "Build insights"},
2222
{"names": ["c-language"], "heading": "C language"},
2323
{"names": ["cloud"], "heading": "Cloud programming with Microsoft C++"},
2424
{"names": ["code-quality"], "heading": "Code quality"},
25-
{"names": ["cpp"], "heading": "Microsoft C++ in Visual Studio"},
25+
{"names": ["cpp"], "heading": "C++ in Visual Studio"},
2626
{"names": ["cppcx"], "heading": "C++ /CX"},
2727
{"names": ["cross-platform"], "heading": "Cross platform development"},
2828
{"names": ["c-runtime-library"], "heading": "C runtime library"},
29-
{"names": ["data"], "heading": "Data access in Microsoft C/C++ in Visual Studio"},
29+
{"names": ["data"], "heading": "Data access in C/C++ in Visual Studio"},
3030
{"names": ["dotnet"], "heading":"STL/CLR library reference"},
31-
{"names": ["error-messages"], "heading":"Microsoft C/C++ compiler and tools errors and warnings"},
31+
{"names": ["error-messages"], "heading":"C/C++ compiler and tools errors and warnings"},
3232
{"names": ["extensions"], "heading":"Component extensions for .NET and UWP"},
33-
{"names": ["get-started"], "heading":"Microsoft C++ in Visual Studio tutorials"},
34-
{"names": ["ide"], "heading":"Read and write code using Microsoft C++ in Visual Studio"},
35-
{"names": ["linux"], "heading":"Linux with Microsoft C++ in Visual Studio"},
36-
{"names": ["overview"], "heading":"Microsoft C/C++ in Visual Studio overview"},
37-
{"names": ["parallel"], "heading":"Parallel programming in Microsoft C++ in Visual Studio"},
38-
{"names": ["porting"], "heading":"Microsoft C++ porting and upgrade guide"},
33+
{"names": ["get-started"], "heading":"C++ in Visual Studio tutorials"},
34+
{"names": ["ide"], "heading":"Read and write code using C++ in Visual Studio"},
35+
{"names": ["linux"], "heading":"Linux with C++ in Visual Studio"},
36+
{"names": ["overview"], "heading":"C/C++ in Visual Studio overview"},
37+
{"names": ["parallel"], "heading":"Parallel programming in C++ in Visual Studio"},
38+
{"names": ["porting"], "heading":"C++ porting and upgrade guide"},
3939
{"names": ["preprocessor"], "heading":"C/C++ preprocessor reference"},
4040
{"names": ["safeint", "security"], "heading":"Security best practices for C++"},
41-
{"names": ["standard-library"], "heading":"Microsoft C++ Standard Template Library (STL) reference"},
41+
{"names": ["standard-library"], "heading":"C++ Standard Template Library (STL) reference"},
4242
{"names": ["text"], "heading":"Text and strings in Visual Studio C++"},
4343
{"names": ["windows"], "heading":"Overview of Windows programming in C++"}
4444
]

docs/overview/what-s-new-for-visual-cpp-in-visual-studio.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
22
title: "What's new for C++ in Visual Studio"
33
description: "The new features and fixes in the Microsoft C/C++ compiler and tools in Visual Studio."
4-
ms.date: "05/19/2020"
4+
ms.date: "02/08/2021"
55
ms.technology: "cpp-ide"
6-
ms.assetid: 8801dbdb-ca0b-491f-9e33-01618bff5ae9
76
---
87
# What's new for C++ in Visual Studio
98

109
::: moniker range=">=msvc-160"
1110

1211
Visual Studio 2019 brings many updates and fixes to the Microsoft C++ environment. We've fixed many bugs and issues in the compiler and tools. Many of these issues were submitted by customers through the [Report a Problem](/visualstudio/ide/how-to-report-a-problem-with-visual-studio?view=vs-2019&preserve-view=true) and [Provide a Suggestion](https://aka.ms/feedback/suggest?space=62) options under **Send Feedback**. Thank you for reporting bugs! For more information on what's new in all of Visual Studio, visit [What's new in Visual Studio 2019](/visualstudio/ide/whats-new-visual-studio-2019). For information on what's new for C++ in Visual Studio 2017, see [What's new for C++ in Visual Studio 2017](?preserve-view=true&view=msvc-150). For information on what's new for C++ in Visual Studio 2015 and earlier versions, see [Visual C++ What's New 2003 through 2015](../porting/visual-cpp-what-s-new-2003-through-2015.md).
1312

13+
For information about what's new in the C++ docs, see [Microsoft C++ docs: What's new](whats-new-cpp-docs.md).
14+
1415
## C++ compiler
1516

1617
- Enhanced support for C++17 features and correctness fixes, plus experimental support for C++20 features such as modules and coroutines. For detailed information, see [C++ Conformance Improvements in Visual Studio 2019](cpp-conformance-improvements.md).

docs/overview/whats-new-cpp-docs.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "What's new for the C++ docs"
33
description: "The new docs and doc updates for the Microsoft C/C++ compiler, ATL/MFC, C runtime, and standard library docs."
4-
ms.date: "02/05/2021"
4+
ms.date: "02/08/2021"
55
---
66
# Microsoft C++ docs: What's new for Visual Studio 16.8
77

8-
This article lists some of the major changes to docs for Visual Studio 16.8.
8+
This article lists some of the major changes to docs for Visual Studio 16.8. For information about what's new in Visual Studio, see [What's new for C++ in Visual Studio](what-s-new-for-visual-cpp-in-visual-studio.md).
99

1010
## C language
1111

@@ -107,7 +107,7 @@ This article lists some of the major changes to docs for Visual Studio 16.8.
107107
- [Configure a Linux CMake project in Visual Studio](../linux/cmake-linux-configure.md) - Updated to reflect latest UI
108108
- [Deploy, run, and debug your Linux MSBuild project](../linux/deploy-run-and-debug-your-linux-project.md) - Added `GDB Path`
109109

110-
## Microsoft C/C++ compiler and tools errors and warnings
110+
## C/C++ compiler and tools errors and warnings
111111

112112
### New articles
113113

@@ -121,7 +121,7 @@ This article lists some of the major changes to docs for Visual Studio 16.8.
121121
- [Compiler warnings C4800 through C5999](../error-messages/compiler-warnings/compiler-warnings-c4800-through-c4999.md) - Updated 16.7 warnings
122122
- [Compiler Error C3381](../error-messages/compiler-errors-2/compiler-error-c3381.md) - Address cpp-docs 2493; update remarks and example
123123

124-
## Microsoft C/C++ compiler intrinsics and assembly language
124+
## C/C++ compiler intrinsics and assembly language
125125

126126
### Updated articles
127127

@@ -130,15 +130,15 @@ This article lists some of the major changes to docs for Visual Studio 16.8.
130130
- [C++ in Visual Studio](../overview/visual-cpp-in-visual-studio.md) - Updated DevCom and Microsoft Docs Q&A links
131131
- [Microsoft C++ language conformance table](../overview/visual-cpp-language-conformance.md) - Updated C++20 library conformance table, update language feature table for 16.7
132132

133-
## Microsoft C++ in Visual Studio
133+
## C++ in Visual Studio
134134

135135
### Updated articles
136136

137137
- [`__restrict`](../cpp/extension-restrict.md)
138138
- [if-else statement (C++)](../cpp/if-else-statement-cpp.md) - Added description for `if/else` grammar
139139
- [`union`](../cpp/unions.md) - Fixed code snippet
140140

141-
## Microsoft C++ in Visual Studio projects and build systems
141+
## C/C++ projects and build systems
142142

143143
### New articles
144144

@@ -155,13 +155,14 @@ This article lists some of the major changes to docs for Visual Studio 16.8.
155155
- [`/clr` (Common Language Runtime Compilation)](../build/reference/clr-common-language-runtime-compilation.md) - Added description for `/clr`
156156
- [pgosweep](../build/pgosweep.md) - Added more pgosweep options
157157
- [Importing data using `__declspec(dllimport)`](../build/importing-data-using-declspec-dllimport.md) - Updated example
158-
## Microsoft C++ porting and upgrade guide
158+
159+
## C++ porting and upgrade guide
159160

160161
### Updated articles
161162

162163
- [How to: Use existing C++ code in a Universal Windows Platform app](../porting/how-to-use-existing-cpp-code-in-a-universal-windows-platform-app.md) - Reworked for clarity and updated examples
163164

164-
## Microsoft C++ Standard Library (STL) reference
165+
## C++ Standard Library (STL) reference
165166

166167
### New articles
167168

0 commit comments

Comments
 (0)