Skip to content

Commit fc105c8

Browse files
TaojunshenColin RobertsonTylerMSFTkylereedmsftweijiechai
authored
11/11/2021 AM Publish (#3911)
* add new classes: ambiguous_local_time & nonexistent_local_time * acrolinx * fix links * finish descriptions * fix more links * smoothing out * proofing * add some better linking * tune description * update descriptions * needed to update local-info-struct.md to reflect changes to descriptions for nonexistent and ambiguous * add chrono functions * rounding out duration links * Add documentation for IntelliSense linter for C++ (MicrosoftDocs#3821) * Add first draft of linter check documentation * WIP overview. Signed-off-by: Kyle Reed <kylereed@microsoft.com> * Update toc. First draft of the linter overview. * Add screenshots, move files, code samples are stand-alone. Signed-off-by: Kyle Reed <kylereed@microsoft.com> * Style and Acrolinx grammar checker pass * Add missing Options cues for checks * Update to use latest option names Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com> * connecting duration up to it's non-member pieces and doing some general updates * fix links * cleanup * Split out VS2019 content for linter (#3824) * Update working-with-project-properties.md * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * fix function signature * fix line ending * remove duplicate * Address /profile issues per Paddy McD (#3834) * Update download URLs to point to 2022 redists * Fixed documentation that destroy dialogs * Update void-cpp for cpp-docs 3441 Reported in MicrosoftDocs/cpp-docs/issues/3441 Clarify kinds of class member where you can't use `void*`. Fix styles. Acrolinx a few things. * More clarity on void pointers to members * zoned_traits (#3831) * add zoned_traits * draft clock_cast and clock_time_conversion * first draft * draft * draft * fix heading * cleanup * add tzdb and tzdb-list * draft * draft * pull examples * draft cleanup * acrolinx * draft cleanup * draft cleanup * incorp tech review * tech review * cleanup * cleanup * acrolinx * fix casing * add example descriptions * wording * last adjustments * wording Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com> * Update 16.1 conformance per J Emmett * Update docs/error-messages/compiler-errors-2/compiler-error-c2666.md * draft * acrolinx, links * links * Fix typo in page title * acrolinx * fix link * Fix TOC schema before VS2022 changes * cleanup the port * add additional info * Address 3449 typo in /analyze * update see also * Address 3462 add C5033 warning * Include link update * Typo * Add TOC entry * Update how-to-marshal-callbacks-and-delegates-by-using-cpp-interop.md typo: underlaying -> underlying * Fix typo in toc for tzdb_list * fix github issue #3469 (MicrosoftDocs#3852) Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com> * remove constexpr, prevent machine translation of code elements, and bring closer to current doc style (MicrosoftDocs#3854) * remove constexpr * add remark * acrolinx * update casing * cleanup Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com> * VS2022 update for what's new content * Acrolinx update * Fix validation, links, typos * Revert a styling quirk on headers * Validation error fix * Acrolinx and validation fixes * Conformance fix updates * Add description for new warning C26826 * Add name clarification to new description * Used more specific wording to avoid confusion * Adding missing intrinsic. * Fix intrinsic signature. * Fix wrong argument type. * Add headers, requirements * VS2022 features, C17, walkthroughs (MicrosoftDocs#3863) * VS2022 features, C17, walkthroughs * fix indentation to correct list step numbering * fix indentation to correct list step numbering * replace numbers with bold headings Co-authored-by: Beth Harvey <v-bharve@microsoft.com> * tech review feedback * cleanup * Frontrun bulk fixes for VS2022 * Fixes #3484 * Docs/corob/cpp docs 3481 d8049 (#3865) * Add D8049 error message * Acrolinx tweak * Update toc.yml fix apparent typo in TOC Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com> * More VS2022 non-bulk fixes. (#3867) * Bulk update VS2022 content (MicrosoftDocs#3860) * Bulk fix to update msvc-160 and msvc-170 * Fix stray moniker tags * incorp review * update wording around closing the folder * typos * fix typo introduced while fixing typos... * update formatting * update steps and formatting * Update working-with-resource-files.md * Update symbols-resource-identifiers.md * Update how-to-create-a-resource-script-file.md If you right click on a class you can't add resources. You should right click on a project. * started draft of STL conformance items * Update CMake landing page (#3864) * intro, installation, configure * config notifications * IDE integration * Building CMake projects * Debugging CMake projects * Open an existing cache * Edit CMakeLists.txt files * Configure IntelliSense * Troubleshooting, repro from CLI * Switch 17/19 CLI sections * edits * Fix code block * more edits * move images from docs/media to docs/build/media * Address feedback * Fix link style * Final edits * fix spelling per Acrolinx Co-authored-by: Beth Harvey <v-bharve@microsoft.com> * finished first cut at VS 2022 17.0 STL conformance updates * Broken link fixed * move lwg-3518 to a c++11 section * De-emphasize codeplex archive * Add gray border (MicrosoftDocs#3876) * tech review * remove LWG-* entries * Correct or remove links: validation issues * Update casting-c-cx.md * Update casting-c-cx.md * add vs 17.0 improvement summary for STL (MicrosoftDocs#3883) * add vs 17.0 improvement summary for STL * wordsmithing * acrolinx * acrolinx * typo * fix caps * typo Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com> * update what's new in the docs (#3881) * add what's new for Oct 2021 * acrolinx * acrolinx * tidy up * update through date * tidy up * acrolinx * typo * Apply suggestions from PR review Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com> Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com> * change STL name * Update install for VS2022 * Remove Preview text * fix vs version (#3889) Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com> * Twhitney fix (#3891) * fix vs version * remove stray line Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com> * Twhitney fix (MicrosoftDocs#3893) * fix vs version * remove stray line * fix version # * fix space Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com> * Remove the deprecation of IT instructions in the ARM ABI Upstream ARM has undeprecated the use of IT instructions. There's no formal announcement of the matter in itself, but the previous deprecations are being removed from the official docs. See https://reviews.llvm.org/D108679#2975603 for a discussion on the matter. * Update C26826. Canonicalize core guidelines link. Include version info. Make Acrolinx happier. * Update OS and Redistributable support for VS2022 (#3897) * Address issues in recent PRs (#3898) * Address issues in recent PRs * Add C26826 to TOC * Test indent * Remove block format test * Fix entity use in ATL text encoding doc * Remove more HTML entities * Remove more `&MicrosoftDocs#42;` HTML entities * Remove HTML entities for plus * Remove HTML ehtities for hyphen * Bulk fix: removing some HTML Entity codes (MicrosoftDocs#3900) * Try removing some HTML Entity codes * Matchy matchy * Add entity `&#8203;` to test * Strip non-entity changes * Fix typo * Eliminate remaining hyphen entities * Remove square bracket entities * Remove even more square bracket entities * Acrolinx * Remove backslash and square bracket entities Co-authored-by: Colin Robertson <corob@microsoft.com> Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com> Co-authored-by: Kyle Reed <kylereed@microsoft.com> Co-authored-by: Chai Wei Jie <chai_weijie@hotmail.com> Co-authored-by: opbld15 <opbld15@microsoft.com> Co-authored-by: PRMerger19 <prmrgr19@microsoft.com> Co-authored-by: Laura Brenner <90344170+laurabren@users.noreply.github.com> Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com> Co-authored-by: Andrea Courtright <74212614+v-andreaco@users.noreply.github.com> Co-authored-by: PRMerger15 <prmrgr15@microsoft.com> Co-authored-by: opbld16 <opbld16@microsoft.com> Co-authored-by: PRMerger8 <prmrgr8@microsoft.com> Co-authored-by: dxgldotorg <7480507+dxgldotorg@users.noreply.github.com> Co-authored-by: Anju Del Moral Gonzalez <judelmor@microsoft.com> Co-authored-by: opbld17 <opbld17@microsoft.com> Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com> Co-authored-by: Miya Natsuhara <46756417+mnatsuhara@users.noreply.github.com> Co-authored-by: Kristine Toliver <ktoliver@users.noreply.github.com> Co-authored-by: PRMerger7 <prmrgr7@microsoft.com> Co-authored-by: Avraham <avreimale@gmail.com> Co-authored-by: Paula Miller <v-paulmi@microsoft.com> Co-authored-by: Dmitry Kobets <dmitrykobets@microsoft.com> Co-authored-by: Weston McNamara <westonfmcnamara@gmail.com> Co-authored-by: Jose Rivero <jorive@microsoft.com> Co-authored-by: Beth Harvey <v-bharve@microsoft.com> Co-authored-by: PRMerger5 <prmergr5@microsoft.com> Co-authored-by: Red Team Rover <redteamrover@protonmail.com> Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com> Co-authored-by: mohammad-ghasemi-2549 <82893849+mohammad-ghasemi-2549@users.noreply.github.com> Co-authored-by: Erika <esweet431@gmail.com> Co-authored-by: Atik Mapari (Lionbridge Technologies Inc) <v-atmapa@microsoft.com> Co-authored-by: PRMerger Service account 2 <PRMerger-2@users.noreply.github.com> Co-authored-by: Jaiganesh Kumaran <jaiganesh.kumaran@outlook.com> Co-authored-by: PRMerger4 <prmergr4@microsoft.com> Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com> Co-authored-by: PRMerger13 <prmrgr13@microsoft.com> Co-authored-by: Martin Storsjö <martin@martin.st> Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
1 parent a283e74 commit fc105c8

File tree

83 files changed

+292
-268
lines changed

Some content is hidden

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

83 files changed

+292
-268
lines changed

docs/assembler/inline/intel-s-mmx-instruction-set.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: Intel&#39;s MMX Instruction Set"
3-
title: "Intel&#39;s MMX Instruction Set"
2+
description: "Learn more about: Intel's MMX Instruction Set"
3+
title: "Intel's MMX Instruction Set"
44
ms.date: "08/30/2018"
55
ms.topic: "reference"
66
helpviewer_keywords: ["MMX instruction set"]
77
ms.assetid: 705deb2d-c3fd-4696-9e22-8bcf25866daf
88
---
9-
# Intel&#39;s MMX Instruction Set
9+
# Intel's MMX Instruction Set
1010

1111
**Microsoft Specific**
1212

docs/assembler/masm/operator-double-quote.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: operator &quot; &quot;"
3-
title: "operator &quot; &quot;"
2+
description: 'Learn more about: operator " "'
3+
title: 'operator " "'
44
ms.date: "12/17/2019"
5-
f1_keywords: ["&#34; &#34;", "operator &#34; &#34;"]
6-
helpviewer_keywords: ["&#34; &#34; operator", "operator &#34; &#34;"]
5+
f1_keywords: ['operator " "']
6+
helpviewer_keywords: ['" " operator', 'operator " "']
77
ms.assetid: e96fd419-06d4-4989-b65b-7d3754f00f81
88
---
9-
# operator &quot; &quot;
9+
# operator " "
1010

1111
Treats "*text*" as a string.
1212

docs/assembler/masm/operator-single-quote.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: operator &#39; &#39;"
3-
title: "operator &#39; &#39;"
2+
description: "Learn more about: operator ' '"
3+
title: "operator ' '"
44
ms.date: "12/17/2019"
55
f1_keywords: ["operator ' '", "' '"]
66
helpviewer_keywords: ["operator ' '", "' ' operator"]
77
ms.assetid: 62a5d993-3d9b-470d-ba8a-53d76afd29b1
88
---
9-
# operator &#39; &#39;
9+
# operator ' '
1010

1111
Treats '*text*' as a string.
1212

docs/atl/reference/atl-text-encoding-functions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -335,13 +335,13 @@ The length in characters of the converted string.
335335
336336
Possible conversions performed by this function are shown in the table:
337337
338-
|Source|Destination|
339-
|------------|-----------------|
340-
|\<|&lt;|
341-
|>|&gt;|
342-
|&|&amp;|
343-
|'|&apos;|
344-
|"|&quot;|
338+
| Source | Destination |
339+
|--|--|
340+
| \< | \&lt; |
341+
| > | \&gt; |
342+
| & | \&amp; |
343+
| ' | \&apos; |
344+
| " | \&quot; |
345345
346346
## <a name="getextendedchars"></a> GetExtendedChars
347347

docs/atl/reference/catlarray-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The code used to copy or move elements.
5454
5555
|Operator|Description|
5656
|-|-|
57-
|[operator &#91;&#93;](#operator_at)|Call this operator to return a reference to an element in the array.|
57+
|[`operator []`](#operator_at)|Call this operator to return a reference to an element in the array.|
5858
5959
### Typedefs
6060

docs/atl/reference/cautovectorptr-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The pointer type.
5858

5959
## Remarks
6060

61-
This class provides methods for creating and managing a smart pointer, which will help protect against memory leaks by automatically freeing resources when it falls out of scope. `CAutoVectorPtr` is similar to `CAutoPtr`, the only difference being that `CAutoVectorPtr` uses [vector new&#91;&#93;](../../standard-library/new-operators.md#op_new_arr) and [vector delete&#91;&#93;](../../standard-library/new-operators.md#op_delete_arr) to allocate and free memory instead of the C++ **`new`** and **`delete`** operators. See [CAutoVectorPtrElementTraits](../../atl/reference/cautovectorptrelementtraits-class.md) if collection classes of `CAutoVectorPtr` are required.
61+
This class provides methods for creating and managing a smart pointer, which will help protect against memory leaks by automatically freeing resources when it falls out of scope. `CAutoVectorPtr` is similar to `CAutoPtr`, the only difference being that `CAutoVectorPtr` uses [`vector new[]`](../../standard-library/new-operators.md#op_new_arr) and [`vector delete[]`](../../standard-library/new-operators.md#op_delete_arr) to allocate and free memory instead of the C++ **`new`** and **`delete`** operators. See [CAutoVectorPtrElementTraits](../../atl/reference/cautovectorptrelementtraits-class.md) if collection classes of `CAutoVectorPtr` are required.
6262

6363
See [CAutoPtr](../../atl/reference/cautoptr-class.md) for an example of using a smart pointer class.
6464

docs/atl/using-replaceable-parameters-the-registrar-s-preprocessor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
description: "Learn more about: Using Replaceable Parameters (The Registrar&#39;s Preprocessor)"
2+
description: "Learn more about: Using Replaceable Parameters (The Registrar's Preprocessor)"
33
title: "Using Replaceable Parameters (ATL Registrar)"
44
ms.date: "11/04/2016"
55
helpviewer_keywords: ["%MODULE%"]
66
ms.assetid: 0b376994-84a6-4967-8d97-8c01dfc94efe
77
---
8-
# Using Replaceable Parameters (The Registrar&#39;s Preprocessor)
8+
# Using Replaceable Parameters (The Registrar's Preprocessor)
99

1010
Replaceable parameters allow a Registrar's client to specify run-time data. To do this, the Registrar maintains a replacement map into which it enters the values associated with the replaceable parameters in your script. The Registrar makes these entries at run time.
1111

docs/build/reference/fe-name-exe-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The relative or absolute path and base file name, or relative or absolute path t
2222

2323
## Remarks
2424

25-
The **/Fe** option allows you to specify the output directory, output executable name, or both, for the generated executable file. If *pathname* ends in a path separator (**&#92;**), it is assumed to specify only the output directory. Otherwise, the last component of *pathname* is used as the output file base name, and the rest of *pathname* specifies the output directory. If *pathname* does not have any path separators, it's assumed to specify the output file name in the current directory. The *pathname* must be enclosed in double quotes (**"**) if it contains any characters that can't be in a short path, such as spaces, extended characters, or path components more than eight characters long.
25+
The **/Fe** option allows you to specify the output directory, output executable name, or both, for the generated executable file. If *pathname* ends in a path separator (**`\`**), it is assumed to specify only the output directory. Otherwise, the last component of *pathname* is used as the output file base name, and the rest of *pathname* specifies the output directory. If *pathname* does not have any path separators, it's assumed to specify the output file name in the current directory. The *pathname* must be enclosed in double quotes (**"**) if it contains any characters that can't be in a short path, such as spaces, extended characters, or path components more than eight characters long.
2626

2727
When the **/Fe** option is not specified, or when a file base name is not specified in *pathname*, the compiler gives the output file a default name using the base name of the first source or object file specified on the command line and the extension .exe or .dll.
2828

docs/build/reference/hint-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The illustration shows some of the physical directories in a Visual Studio C++ p
155155

156156
### Hint File Directories
157157

158-
![Common and project&#45;specific hint file directories.](media/hintfile.png "HintFile")
158+
![Diagram showing the common and project specific hint file directories.](media/hintfile.png)
159159

160160
### Directories and Hint File Contents
161161

docs/build/reference/ignoreidl-don-t-process-attributes-into-midl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: /IGNOREIDL (Don&#39;t Process Attributes into MIDL)"
3-
title: "/IGNOREIDL (Don&#39;t Process Attributes into MIDL)"
2+
description: "Learn more about: /IGNOREIDL (Don't Process Attributes into MIDL)"
3+
title: "/IGNOREIDL (Don't Process Attributes into MIDL)"
44
ms.date: "11/04/2016"
55
f1_keywords: ["VC.Project.VCLinkerTool.IgnoreEmbeddedIDL", "/ignoreidl"]
66
helpviewer_keywords: ["IGNOREIDL linker option", "-IGNOREIDL linker option", "/IGNOREIDL linker option"]
77
ms.assetid: 29514098-6a1c-4317-af2f-1dc268972780
88
---
9-
# /IGNOREIDL (Don&#39;t Process Attributes into MIDL)
9+
# /IGNOREIDL (Don't Process Attributes into MIDL)
1010

1111
```
1212
/IGNOREIDL

0 commit comments

Comments
 (0)