Skip to content

Commit b3e4c76

Browse files
Merge pull request #5610 from TylerMSFT/whatsnew
cosmetic updates
2 parents 2ee166d + d09ce03 commit b3e4c76

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

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

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article lists major changes to the Microsoft C++ docs for November 2023 to
1818

1919
**Updated articles**
2020

21-
- [ARM64 intrinsics](../intrinsics/arm64-intrinsics.md) - Added entries to table for new arm64 intrinsics
21+
- [ARM64 intrinsics](../intrinsics/arm64-intrinsics.md) - added entries to table for new arm64 intrinsics
2222

2323
### Active Template Library (ATL), Microsoft Foundation Classes (MFC)
2424

@@ -47,7 +47,7 @@ This article lists major changes to the Microsoft C++ docs for November 2023 to
4747
- [/LARGEADDRESSAWARE (Handle Large Addresses)](../build/reference/largeaddressaware-handle-large-addresses.md) - largeaddressaware:no isn't recommended for 64-bit apps
4848
- [/Qspectre](../build/reference/qspectre.md) - New /QSpectre flag
4949
- [`/arch` (ARM64)](../build/reference/arch-arm64.md) - document __arm_arch macro
50-
- [Advanced Property Page](../build/reference/advanced-property-page.md) - Add SARIF diagnostics documentation
50+
- [Advanced Property Page](../build/reference/advanced-property-page.md) - add SARIF diagnostics documentation
5151
- [Linker options](../build/reference/linker-options.md)
5252
- new flag: /LINKREPROFULLPATHRSP
5353
- new linker switches for 17.8
@@ -62,8 +62,8 @@ This article lists major changes to the Microsoft C++ docs for November 2023 to
6262

6363
**Updated articles**
6464

65-
- [C Keywords](../c-language/c-keywords.md) - Conformance updates
66-
- [C Type Specifiers](../c-language/c-type-specifiers.md) - Conformance updates
65+
- [C Keywords](../c-language/c-keywords.md) - conformance updates
66+
- [C Type Specifiers](../c-language/c-type-specifiers.md) - conformance updates
6767

6868
### Code quality
6969

@@ -84,18 +84,18 @@ This article lists major changes to the Microsoft C++ docs for November 2023 to
8484

8585
**Updated articles**
8686

87-
- [Using Clang-Tidy in Visual Studio](../code-quality/clang-tidy.md) - fix code example
87+
- [Using Clang-Tidy in Visual Studio](../code-quality/clang-tidy.md) - fixed code example
8888
- [Warning C6031](../code-quality/c6031.md) - fix some code examples
89-
- [Warning C6059](../code-quality/c6059.md) - Add heuristics
90-
- [Warning C6201](../code-quality/c6201.md) - Add heuristics
89+
- [Warning C6059](../code-quality/c6059.md) - add heuristics
90+
- [Warning C6201](../code-quality/c6201.md) - add heuristics
9191

9292
### C++ in Visual Studio
9393

9494
**Updated articles**
9595

96-
- [`break` statement (C++)](../cpp/break-statement-cpp.md) - Break statement documentation fix
97-
- [Examples of Lambda Expressions](../cpp/examples-of-lambda-expressions.md) - fix code example
98-
- [Inline functions (C++)](../cpp/inline-functions-cpp.md) - Address mistakes in inline functions cpp and remove content contrasting inline functions and macros
96+
- [`break` statement (C++)](../cpp/break-statement-cpp.md) - doc fix
97+
- [Examples of Lambda Expressions](../cpp/examples-of-lambda-expressions.md) - fixed code example
98+
- [Inline functions (C++)](../cpp/inline-functions-cpp.md) - address mistakes in inline functions cpp and remove content contrasting inline functions and macros
9999

100100
### Cross platform development
101101

@@ -107,7 +107,7 @@ This article lists major changes to the Microsoft C++ docs for November 2023 to
107107

108108
**Updated articles**
109109

110-
- [Translation mode constants](../c-runtime-library/translation-mode-constants.md) - Clarify that `_O_TEXT` is ANSI
110+
- [Translation mode constants](../c-runtime-library/translation-mode-constants.md) - clarify that `_O_TEXT` is ANSI
111111

112112
### C/C++ compiler and tools errors and warnings
113113

@@ -171,15 +171,15 @@ This article lists major changes to the Microsoft C++ docs for November 2023 to
171171

172172
**Updated articles**
173173

174-
- [Compiler warnings that are off by default](../preprocessor/compiler-warnings-that-are-off-by-default.md) - add new warning for VS 17.6 - C5266, add warning level info, new warning topic for C5267
174+
- [Compiler warnings that are off by default](../preprocessor/compiler-warnings-that-are-off-by-default.md) - add new warning for VS 17.6 - C5266 & C5267 and add warning level info
175175
- [Predefined macros](../preprocessor/predefined-macros.md) - documented `__arm_arch` macro
176176

177177
## Overview of Windows programming in C++
178178

179179
**Updated articles**
180180

181181
- [ClickOnce Deployment for Visual C++ Applications](../windows/clickonce-deployment-for-visual-cpp-applications.md) - fixed code example
182-
- [Microsoft Visual C++ Redistributable latest supported downloads](../windows/latest-supported-vc-redist.md) - note 2013 no longer supported, and other updates
182+
- [Microsoft Visual C++ Redistributable latest supported downloads](../windows/latest-supported-vc-redist.md) - note 2013 no longer supported and other updates
183183

184184
## What's new history
185185

@@ -189,7 +189,7 @@ This section lists major changes to the Microsoft C++ docs for August 2023 to ea
189189

190190
**Updated articles**
191191

192-
- [CComDynamicUnkArray Class](../atl/reference/ccomdynamicunkarray-class.md) - Updated remarks.
192+
- [CComDynamicUnkArray Class](../atl/reference/ccomdynamicunkarray-class.md) - updated remarks
193193

194194
### C/C++ projects and build systems
195195

@@ -201,11 +201,11 @@ This section lists major changes to the Microsoft C++ docs for August 2023 to ea
201201

202202
**Updated articles**
203203

204-
- [Configure CMake debugging sessions](../build/configure-cmake-debugging-sessions.md) - Updated screenshots.
205-
- [`/permissive-` (Standards conformance)](../build/reference/permissive-standards-conformance.md) - Reflect new behavior as of 17.6
206-
- [`/Zc:externConstexpr` (Enable extern constexpr variables)](../build/reference/zc-externconstexpr.md) - Reflect new behavior as of 17.6
207-
- [Overview of ARM64EC ABI conventions](../build/arm64ec-windows-abi-conventions.md) - Updated register mapping for integer registers table
208-
- [`/DEBUG` (Generate debug info)](../build/reference/debug-generate-debug-info.md) - Fix documentation for `/DEBUG:FASTLINK` and `/DEBUG`
204+
- [Configure CMake debugging sessions](../build/configure-cmake-debugging-sessions.md) - updated screenshots.
205+
- [`/permissive-` (Standards conformance)](../build/reference/permissive-standards-conformance.md) - reflect new behavior as of 17.6
206+
- [`/Zc:externConstexpr` (Enable extern constexpr variables)](../build/reference/zc-externconstexpr.md) - reflect new behavior as of 17.6
207+
- [Overview of ARM64EC ABI conventions](../build/arm64ec-windows-abi-conventions.md) - ppdated register mapping for integer registers table
208+
- [`/DEBUG` (Generate debug info)](../build/reference/debug-generate-debug-info.md) - correct documentation for `/DEBUG:FASTLINK` and `/DEBUG`
209209

210210
### Code quality
211211

@@ -217,7 +217,7 @@ This section lists major changes to the Microsoft C++ docs for August 2023 to ea
217217

218218
**Updated articles**
219219

220-
- [How to specify additional code information by using `_Analysis_assume_`](../code-quality/how-to-specify-additional-code-information-by-using-analysis-assume.md) - Updated remarks
220+
- [How to specify additional code information by using `_Analysis_assume_`](../code-quality/how-to-specify-additional-code-information-by-using-analysis-assume.md) - updated remarks
221221

222222
Clarified behavior for the following warnings:
223223

@@ -234,17 +234,17 @@ Clarified behavior for the following warnings:
234234

235235
**Updated articles**
236236

237-
- [`alignas` (C++)](../cpp/alignas-specifier.md) - Updates to the remarks
238-
- [if-else statement (C++)](../cpp/if-else-statement-cpp.md) - Improved code examples
239-
- [__fastcall](../cpp/fastcall.md) - Added info about classes, structs, and unions
240-
- [`decltype` (C++)](../cpp/decltype-cpp.md) - Fixed code example
241-
- [noreturn](../cpp/noreturn.md) - Improved example
237+
- [`alignas` (C++)](../cpp/alignas-specifier.md) - updated remarks
238+
- [if-else statement (C++)](../cpp/if-else-statement-cpp.md) - improved code examples
239+
- [__fastcall](../cpp/fastcall.md) - added info about classes, structs, and unions
240+
- [`decltype` (C++)](../cpp/decltype-cpp.md) - fixed code example
241+
- [noreturn](../cpp/noreturn.md) - improved example
242242

243243
### C runtime library
244244

245245
**Updated articles**
246246

247-
- [`fegetround`, `fesetround`](../c-runtime-library/reference/fegetround-fesetround2.md) - Noted change of the values for `FE_UPWARD` and `FE_DOWNWARD`.
247+
- [`fegetround`, `fesetround`](../c-runtime-library/reference/fegetround-fesetround2.md) - noted change of values for `FE_UPWARD` and `FE_DOWNWARD`
248248

249249
### C/C++ compiler and tools errors and warnings
250250

@@ -274,19 +274,19 @@ Clarified behavior for the following warnings:
274274

275275
**Updated articles**
276276

277-
- [C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022](../overview/cpp-conformance-improvements.md) - Added conformance updates for 17.7 and 17.8.
278-
- [What's new for C++ in Visual Studio 2022](../overview/what-s-new-for-visual-cpp-in-visual-studio.md) - Updated what's new in C++.
277+
- [C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022](../overview/cpp-conformance-improvements.md) - added conformance updates for 17.7 and 17.8.
278+
- [What's new for C++ in Visual Studio 2022](../overview/what-s-new-for-visual-cpp-in-visual-studio.md) - updated what's new in C++.
279279

280280
### C++ Standard Template Library (STL) reference
281281

282282
**Updated articles**
283283

284-
- [auto_ptr class](../standard-library/auto-ptr-class.md) - Added deprecation info
284+
- [auto_ptr class](../standard-library/auto-ptr-class.md) - added deprecation info
285285

286286
### Active Template Library (ATL), Microsoft Foundation Classes (MFC)
287287

288288
**Updated articles**
289289

290-
- [Connection maps](../mfc/reference/connection-maps.md) - Corrected parameter description of `pRefCount` in `AfxConnection(Un)Advise`.
291-
- [`CSimpleStringT` Class](../atl-mfc-shared/reference/csimplestringt-class.md) - Updated code example.
292-
- [MFC class hierarchy chart](../mfc/hierarchy-chart.md) - Updated MFC hierarchy chart.
290+
- [Connection maps](../mfc/reference/connection-maps.md) - corrected parameter description of `pRefCount` in `AfxConnection(Un)Advise`
291+
- [`CSimpleStringT` Class](../atl-mfc-shared/reference/csimplestringt-class.md) - updated code example
292+
- [MFC class hierarchy chart](../mfc/hierarchy-chart.md) - updated MFC hierarchy chart

0 commit comments

Comments
 (0)