Skip to content

Commit 72161bc

Browse files
authored
Merge pull request #3156 from MicrosoftDocs/master
9/17/2020 AM Publish
2 parents c1fd917 + f2413ef commit 72161bc

84 files changed

Lines changed: 137 additions & 389 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/atl/reference/debugging-and-error-reporting-global-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ For ATL projects, it is possible to provide your own implementation of this func
185185

186186
[!code-cpp[NVC_ATL_Windowing#95](../../atl/codesnippet/cpp/debugging-and-error-reporting-global-functions_2.h)]
187187

188-
## Requirements
188+
### Requirements
189189

190190
**Header:** atldef.h
191191

@@ -207,7 +207,7 @@ If _ATL_NO_EXCEPTIONS is not defined in an ATL project, the function throws a [C
207207

208208
If _ATL_NO_EXCEPTIONS is defined, the function causes an assertion failure instead of throwing an exception.
209209

210-
## Requirements
210+
### Requirements
211211

212212
**Header:** atldef.h
213213

docs/build-insights/reference/sdk/other-types/tracing-session-options-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "TRACING_SESSION_OPTIONS structure"
3-
description: "The C++ Build Insights SDK TRACING_SESSION_OPTIONS structure reference."
3+
description: "Learn about the C++ Build Insights SDK TRACING_SESSION_OPTIONS structure reference."
44
ms.date: "02/12/2020"
55
helpviewer_keywords: ["C++ Build Insights", "C++ Build Insights SDK", "TRACING_SESSION_OPTIONS", "throughput analysis", "build time analysis", "vcperf.exe"]
66
---

docs/build-insights/reference/sdk/other-types/tracing-session-statistics-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "TRACING_SESSION_STATISTICS structure"
3-
description: "The C++ Build Insights SDK TRACING_SESSION_OPTIONS structure reference."
3+
description: "Learn about the C++ Build Insights SDK TRACING_SESSION_STATISTICS structure reference."
44
ms.date: "02/12/2020"
55
helpviewer_keywords: ["C++ Build Insights", "C++ Build Insights SDK", "TRACING_SESSION_STATISTICS", "throughput analysis", "build time analysis", "vcperf.exe"]
66
---

docs/build/reference/errorreport-report-internal-linker-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "/ERRORREPORT (Report internal linker errors)"
3-
description: "Reference guide to the Microsoft NMAKE command-line options."
3+
description: "Learn how to use /ERRORREPORT."
44
ms.date: "02/09/2020"
55
f1_keywords: ["/ERRORREPORT", "VC.Project.VCLinkerTool.ErrorReporting"]
66
helpviewer_keywords: ["/ERRORREPORT linker option", "ERRORREPORT linker option", "-ERRORREPORT linker option"]

docs/build/reference/running-nmake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Running NMAKE"
3-
description: "Reference guide to the Microsoft NMAKE command-line options."
3+
description: "Learn about running NMAKE."
44
ms.date: "02/09/2020"
55
helpviewer_keywords: ["targets, building", "response files, NMAKE", "targets", "command files", "NMAKE program, targets", "NMAKE program, running", "command files, NMAKE"]
66
ms.assetid: 0421104d-8b7b-4bf3-86c1-928d9b7c1a8c

docs/c-runtime-library/reference/fopen-wfopen.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ The following options can be appended to *mode* to specify additional behaviors.
121121

122122
|*mode* modifier|Behavior|
123123
|-|-|
124+
| **x** | Forces the function to fail if *filename* already exists. Can only be used with the "w" or "w+" specifiers. |
124125
| **c** | Enable the commit flag for the associated *filename* so that the contents of the file buffer are written directly to disk if either **fflush** or **_flushall** is called. |
125126
| **n** | Reset the commit flag for the associated *filename* to "no-commit." This is the default. It also overrides the global commit flag if you link your program with COMMODE.OBJ. The global commit flag default is "no-commit" unless you explicitly link your program with COMMODE.OBJ (see [Link Options](../../c-runtime-library/link-options.md)). |
126127
| **N** | Specifies that the file is not inherited by child processes. |
@@ -142,6 +143,7 @@ Valid characters for the *mode* string that is used in **fopen** and **_fdopen**
142143
|**w+**|**\_O\_RDWR** (usually **\_O\_RDWR** | **\_O\_CREAT** | **\_O\_TRUNC**)|
143144
|**b**|**\_O\_BINARY**|
144145
|**t**|**\_O\_TEXT**|
146+
|**x**|**\_O\_EXCL**|
145147
|**c**|None|
146148
|**n**|None|
147149
|**S**|**\_O\_SEQUENTIAL**|

docs/code-quality/c26439.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: "conceptual"
55
f1_keywords: ["C26439"]
66
helpviewer_keywords: ["C26439"]
77
ms.assetid: 9df2a1b0-ea94-4884-9d28-c1522ec33a1b
8-
description: CppCoreCheck rule that enforces C++ Core Guidelines F.6
8+
description: CppCoreCheck rule C26439 that enforces C++ Core Guidelines F.6
99
---
1010
# C26439 SPECIAL_NOEXCEPT
1111

docs/code-quality/c26440.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: "conceptual"
55
f1_keywords: ["C26440"]
66
helpviewer_keywords: ["C26440"]
77
ms.assetid: b6d2b188-35cc-4de2-878c-6f97d5a2444a
8-
description: CppCoreCheck rule that enforces C++ Core Guidelines F.6
8+
description: CppCoreCheck rule C26440 that enforces C++ Core Guidelines F.6
99
---
1010
# C26440 DECLARE_NOEXCEPT
1111

docs/code-quality/c26462.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.date: 03/22/2018
44
ms.topic: reference
55
f1_keywords: ["C26462"]
66
helpviewer_keywords: ["C26462"]
7-
description: CppCoreCheck rule that enforces C++ Core Guidelines Con.4
7+
description: CppCoreCheck rule C26462 that enforces C++ Core Guidelines Con.4
88
---
99
# C26462 USE_CONST_POINTER_FOR_VARIABLE
1010

docs/code-quality/c26463.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.date: 03/22/2018
44
ms.topic: reference
55
f1_keywords: ["C26463"]
66
helpviewer_keywords: ["C26463"]
7-
description: CppCoreCheck placeholder warning for future con.4 enforcement
7+
description: CppCoreCheck placeholder warning C26463 for future con.4 enforcement
88
---
99
# C26463 USE_CONST_FOR_ELEMENTS
1010

0 commit comments

Comments
 (0)