Skip to content

Commit 440177d

Browse files
Taojunshenesweet431opbld16Colin Robertsonopbld17
authored
12/7/2021 AM Publish (MicrosoftDocs#3975)
* Add gray border * LinkFix: cpp-docs-pr (2021-11) * Clarify C4146 per VCSig list (MicrosoftDocs#3923) * Clarify C4146 per VCSig list * Fix link issues. * Update enable CMake Presets * fix rel links * fix github 3528 * acrolinx * change order of example * Add version info to NMAKE macro functions * Bulk fix entity `&amp;` part 3 * threshhold test * Eliminate even more `&amp;` entities * Minimum Viable Phix * Once more into the `&amp;` breech * Add Visual Studio 2022 Platform Toolset Version * Add /fpcvt compiler option docs (MicrosoftDocs#3886) * Add /fpcvt compiler option docs * Fix copypasta error * Update fp conversion intrinsics, too. * Replace deleted table row * Acrolinx pass * Fix TOC issues * Add useful links to intrinsics * Updates per John Morgan, plus acrolink * Update version info * Clean up rvalue reference article * Fix to `/fpcvt` per John Morgan email * Reformat WeakRef class document. * Update Advanced prop page and C1107 * Remove unrelated change. * Minimizing entity form of & (#3916) * Initial pass minimizing on &gt; entities (#3919) * Initial pass on &gt; entities * Fix everything. * Try without `&lt;` entities in title/desc * Clean up pass * Update docs/atl-mfc-shared/reference/cfiletime-class.md Co-authored-by: Tracey Torble <v-trtorb@microsoft.com> * Update tn026-ddx-and-ddv-routines.md `DoDialogExchange` -> `DoDataExchange` * github fix 3544 * GITHUB FIX FOR #3549 * Add UWP to list of unsupported ASAN features. * Fix misnamed mt.exe options. Acrolinx all. * Attempt fpcvt simplification per John Morgan. * Fix cpp-docs 3546 * Address complaint in cpp-docs 3554 (#3950) * 17.1 Update warnings, fix cpp-docs 3563 (#3954) * 17.1 Update warnings, fix cpp-docs 3563 * fix date * Add `/Zc:externC` compiler option doc, fix 1594 * Tweaks. * Fix links, header syntax issues * Fix issues in XML Docs reference * Make list match apparently intended style * Fix broken link. * Add docs for new check Signed-off-by: Kyle Reed <kylereed@microsoft.com> * fix toc * remove .md from toc title * Revert "Add docs for new linter check" * update runtime spelling * Bulk fix: remove HTML entities from yml headers (MicrosoftDocs#3962) * Bulk fix HTML entities in H1 (MicrosoftDocs#3966) * Fix lt-gt entity pairs * Bulk fix of `&lt;`-`&gt;` pairs in H1 headings * Oops, deleted initial `#` * Fix two more H1 issues * update with existing .openpublishing.publish.config.json * Fix typo * Bulk fix `&lt;`, `&gt;`, and `.period;` entities * operatoroperator * Update Acrolinx for main branch Co-authored-by: Erika <esweet431@gmail.com> Co-authored-by: opbld16 <opbld16@microsoft.com> Co-authored-by: Colin Robertson <corob@microsoft.com> Co-authored-by: opbld17 <opbld17@microsoft.com> Co-authored-by: Christopher McClister <v-chmccl@microsoft.com> Co-authored-by: PRMerger16 <prmrgr16@microsoft.com> Co-authored-by: Laura Brenner <90344170+laurabren@users.noreply.github.com> Co-authored-by: opbld15 <opbld15@microsoft.com> Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com> Co-authored-by: PRMerger18 <prmrgr18@microsoft.com> Co-authored-by: PRMerger4 <prmergr4@microsoft.com> Co-authored-by: PRMerger6 <prmrgr6@microsoft.com> Co-authored-by: MohammadHadi Attarieh <Mhadi.attarieh@gmail.com> Co-authored-by: PRMerger15 <prmrgr15@microsoft.com> Co-authored-by: PRMerger10 <prmrgr10@microsoft.com> Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com> Co-authored-by: Tracey Torble <v-trtorb@microsoft.com> Co-authored-by: Waiting <betty.wtlin@gmail.com> Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com> Co-authored-by: branh <brhagger@microsoft.com> Co-authored-by: John Ellison <88344157+johne2021@users.noreply.github.com> Co-authored-by: PRMerger8 <prmrgr8@microsoft.com> Co-authored-by: PRMerger17 <prmrgr17@microsoft.com> Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com> Co-authored-by: Paula Miller <v-paulmi@microsoft.com> Co-authored-by: Kyle Reed <kylereed@microsoft.com> Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com> Co-authored-by: Ying Hua <herohua@users.noreply.github.com>
1 parent cda2a2c commit 440177d

245 files changed

Lines changed: 498 additions & 495 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.

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{:allowed-branchname-matches ["^master$" "^release..*"]
1+
{:allowed-branchname-matches ["^main$" "^release..*"]
22
:allowed-filename-matches ["docs" "styleguide"]
33

44
:template-header

.openpublishing.publish.config.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"moniker_ranges": [
1111
">= msvc-140"
1212
],
13-
"xref_query_tags": ["/dotnet", "/uwp/api"],
13+
"xref_query_tags": [
14+
"/dotnet",
15+
"/uwp/api"
16+
],
1417
"open_to_public_contributors": true,
1518
"type_mapping": {
1619
"Conceptual": "Content",
@@ -22,23 +25,25 @@
2225
}
2326
],
2427
"notification_subscribers": [],
28+
"sync_notification_subscribers": null,
2529
"branches_to_filter": [],
2630
"git_repository_url_open_to_public_contributors": "https://github.com/Microsoft/cpp-docs",
2731
"git_repository_branch_open_to_public_contributors": "master",
2832
"skip_source_output_uploading": false,
2933
"need_preview_pull_request": true,
3034
"enable_incremental_build": true,
35+
"contribution_branch_mappings": null,
3136
"dependent_repositories": [
3237
{
3338
"path_to_root": "_themes",
3439
"url": "https://github.com/Microsoft/templates.docs.msft",
35-
"branch": "master",
40+
"branch": "main",
3641
"branch_mapping": {}
3742
},
3843
{
3944
"path_to_root": "_themes.pdf",
4045
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
41-
"branch": "master",
46+
"branch": "main",
4247
"branch_mapping": {}
4348
}
4449
],
@@ -47,7 +52,7 @@
4752
"Publish",
4853
"Pdf"
4954
],
50-
"master": [
55+
"main": [
5156
"Publish",
5257
"Pdf"
5358
]
@@ -63,4 +68,4 @@
6368
"docs_build_engine": {
6469
"name": "docfx_v3"
6570
}
66-
}
71+
}

docs/assembler/masm/dot-erridn.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
description: "Learn more about: .ERRIDN, .ERRIDNI"
3-
title: ".ERRIDN, .ERRIDNI"
2+
description: "Learn more about: `.ERRIDN`, `.ERRIDNI`"
3+
title: "'.ERRIDN', '.ERRIDNI'"
44
ms.date: "05/23/2019"
55
f1_keywords: [".ERRIDN", ".ERRIDNI"]
66
helpviewer_keywords: [".ERRIDN directive", ".ERRIDNI directive"]
77
ms.assetid: 89507db3-7d40-4a5e-a378-24d30feda9d1
88
---
9-
# &period;ERRIDN, &period;ERRIDNI
9+
# `.ERRIDN`, `.ERRIDNI`
1010

1111
Generates an error if the text items are identical.
1212

1313
## Syntax
1414

15-
> **.ERRIDN** *textitem1*__,__ *textitem2*__,__ *message*\
16-
> **.ERRIDNI** *textitem1*__,__ *textitem2*__,__ *message*
15+
> **`.ERRIDN`** *textitem1*__,__ *textitem2*__,__ *message*\
16+
> **`.ERRIDNI`** *textitem1*__,__ *textitem2*__,__ *message*
1717
1818
## Remarks
1919

20-
If **&period;ERRIDNI** is given, the comparison is case insensitive.
20+
If **`.ERRIDNI`** is given, the comparison is case insensitive.
2121

2222
## See also
2323

docs/assembler/masm/ml-nonfatal-error-a2219.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.assetid: 5ebc2f40-e47e-4f8e-b7b9-960b9cfc9f6d
1313
1414
## Remarks
1515

16-
The operand for [&period;ALLOCSTACK](dot-allocstack.md) and [&period;SAVEREG](dot-savereg.md) must be a multiple of 8. The operand for [&period;SAVEXMM128](dot-savexmm128.md) and [&period;SETFRAME](dot-setframe.md) must be a multiple of 16.
16+
The operand for [`.ALLOCSTACK`](dot-allocstack.md) and [`.SAVEREG`](dot-savereg.md) must be a multiple of 8. The operand for [`.SAVEXMM128`](dot-savexmm128.md) and [`.SETFRAME`](dot-setframe.md) must be a multiple of 16.
1717

1818
## See also
1919

docs/atl/reference/cadapt-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ operator T&();
116116

117117
A reference to `m_T`.
118118

119-
## <a name="operator_lt"></a> CAdapt::operator &lt;
119+
## <a name="operator_lt"></a> `CAdapt::operator <`
120120

121121
Compares an object of the adapted type with [m_T](#m_t).
122122

docs/c-language/bitwise-shift-operators.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ ms.assetid: d0485785-5c72-47e1-a7c0-0adde03ade23
77
---
88
# Bitwise Shift Operators
99

10-
The shift operators shift their first operand left (**&lt;&lt;**) or right (**>>**) by the number of positions the second operand specifies.
10+
The shift operators shift their first operand left (**`<<`**) or right (**`>>`**) by the number of positions the second operand specifies.
1111

1212
## Syntax
1313

1414
*shift-expression*:<br/>
1515
&nbsp;&nbsp;&nbsp;&nbsp;*additive-expression*<br/>
16-
&nbsp;&nbsp;&nbsp;&nbsp;*shift-expression* **&lt;&lt;** *additive-expression*<br/>
17-
&nbsp;&nbsp;&nbsp;&nbsp;*shift-expression* **>>** *additive-expression*
16+
&nbsp;&nbsp;&nbsp;&nbsp;*shift-expression* **`<<`** *additive-expression*<br/>
17+
&nbsp;&nbsp;&nbsp;&nbsp;*shift-expression* **`>>`** *additive-expression*
1818

1919
Both operands must be integral values. These operators perform the usual arithmetic conversions; the type of the result is the type of the left operand after conversion.
2020

docs/c-language/c-relational-and-equality-operators.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ The binary relational and equality operators compare their first operand to thei
1313

1414
*relational-expression*:<br/>
1515
&nbsp;&nbsp;&nbsp;&nbsp;*shift-expression*<br/>
16-
&nbsp;&nbsp;&nbsp;&nbsp;*relational-expression* **&lt;** *shift-expression*<br/>
17-
&nbsp;&nbsp;&nbsp;&nbsp;*relational-expression* **>** *shift-expression*<br/>
18-
&nbsp;&nbsp;&nbsp;&nbsp;*relational-expression* **&lt;=** *shift-expression*<br/>
19-
&nbsp;&nbsp;&nbsp;&nbsp;*relational-expression* **>=** *shift-expression*
16+
&nbsp;&nbsp;&nbsp;&nbsp;*relational-expression* **`<`** *shift-expression*<br/>
17+
&nbsp;&nbsp;&nbsp;&nbsp;*relational-expression* **`>`** *shift-expression*<br/>
18+
&nbsp;&nbsp;&nbsp;&nbsp;*relational-expression* **`<=`** *shift-expression*<br/>
19+
&nbsp;&nbsp;&nbsp;&nbsp;*relational-expression* **`>=`** *shift-expression*
2020

2121
*equality-expression*:<br/>
2222
&nbsp;&nbsp;&nbsp;&nbsp;*relational-expression*<br/>
@@ -27,10 +27,10 @@ The relational and equality operators test the following relationships:
2727

2828
|Operator|Relationship Tested|
2929
|--------------|-------------------------|
30-
|**&lt;**|First operand less than second operand|
31-
|**>**|First operand greater than second operand|
32-
|**&lt;=**|First operand less than or equal to second operand|
33-
|**>=**|First operand greater than or equal to second operand|
30+
|**`<`**|First operand less than second operand|
31+
|**`>`**|First operand greater than second operand|
32+
|**`<=`**|First operand less than or equal to second operand|
33+
|**`>=`**|First operand greater than or equal to second operand|
3434
|**==**|First operand equal to second operand|
3535
|**!=**|First operand not equal to second operand|
3636

docs/c-runtime-library/reference/strtod-strtod-l-wcstod-wcstod-l.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ The UCRT versions of these functions don't support conversion of Fortran-style (
106106

107107
|Routine|Required header|
108108
|-------------|---------------------|
109-
|**strtod**, **_strtod_l**|C: &lt;stdlib.h> C++: &lt;cstdlib> or &lt;stdlib.h> |
110-
|**wcstod**, **_wcstod_l**|C: &lt;stdlib.h> or &lt;wchar.h> C++: &lt;cstdlib>, &lt;stdlib.h> or &lt;wchar.h> |
109+
|**strtod**, **_strtod_l**|C: `<stdlib.h>` C++: `<cstdlib>` or `<stdlib.h>` |
110+
|**wcstod**, **_wcstod_l**|C: `<stdlib.h>` or `<wchar.h>` C++: `<cstdlib>`, `<stdlib.h>`, or `<wchar.h>` |
111111

112112
For additional compatibility information, see [Compatibility](../../c-runtime-library/compatibility.md).
113113

docs/c-runtime-library/reference/strtof-strtof-l-wcstof-wcstof-l.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ The UCRT versions of these functions do not support conversion of Fortran-style
8585

8686
|Routine|Required header|
8787
|-------------|---------------------|
88-
|**strtof**, **_strtof_l**|C: \<stdlib.h> C++: &lt;cstdlib> or \<stdlib.h>|
89-
|**wcstof**, **_wcstof_l**|C: \<stdlib.h> or \<wchar.h> C++: &lt;cstdlib>, \<stdlib.h> or \<wchar.h>|
88+
|**strtof**, **_strtof_l**|C: \<stdlib.h> C++: \<cstdlib> or \<stdlib.h>|
89+
|**wcstof**, **_wcstof_l**|C: \<stdlib.h> or \<wchar.h> C++: \<cstdlib>, \<stdlib.h> or \<wchar.h>|
9090

9191
For additional compatibility information, see [Compatibility](../../c-runtime-library/compatibility.md).
9292

docs/code-quality/quick-start-code-analysis-for-c-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Visual Studio includes these standard sets of rules for native code:
3838
| **C++ Core Check Function Rules** | These rules enforce checks related to [functions from the C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#f-functions). |
3939
| **C++ Core Check GSL Rules** | These rules enforce checks related to the [Guidelines Support Library from the C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#S-gsl). |
4040
| **C++ Core Check Lifetime Rules** | These rules enforce the [Lifetime profile of the C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#prolifetime-lifetime-safety-profile). |
41-
| **C++ Core Check Owner Pointer Rules** | These rules enforce resource-management checks related to [owner&lt;T&gt; from the C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#r-resource-management). |
41+
| **C++ Core Check Owner Pointer Rules** | These rules enforce resource-management checks related to [`owner<T>` from the C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#r-resource-management). |
4242
| **C++ Core Check Raw Pointer Rules** | These rules enforce resource-management checks related to [raw pointers from the C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#r-resource-management). |
4343
| **C++ Core Check Rules** | These rules enforce a subset of the checks from the [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#c-core-guidelines). Use this ruleset to include all of the C++ Core Check rules except the Enum and Experimental rulesets. |
4444
| **C++ Core Check Shared Pointer Rules** | These rules enforce resource-management checks related to [types with shared pointer semantics from the C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#r-resource-management). |

0 commit comments

Comments
 (0)