Skip to content

make bold markup star balanced #4136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 6, 2022
Merged

Conversation

KisaragiEffective
Copy link
Contributor

No description provided.

@prmerger-automator
Copy link
Contributor

@KisaragiEffective : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@opbld30
Copy link

opbld30 commented Sep 3, 2022

Docs Build status updates of commit 56027a6:

✅ Validation status: passed

File Status Preview URL Details
docs/c-runtime-library/reference/fopen-wfopen.md ✅Succeeded

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@Jak-MS
Copy link
Contributor

Jak-MS commented Sep 6, 2022

@KisaragiEffective - thanks for the fix!

@Jak-MS Jak-MS merged commit c54f800 into MicrosoftDocs:main Sep 6, 2022
KisaragiEffective added a commit to KisaragiEffective/cpp-docs that referenced this pull request Sep 10, 2022
opbld17 added a commit that referenced this pull request Sep 14, 2022
* fix: delete unnecessary asterisk

followup fix of #4136

* optimize prime test

* Update floating-point-support.md

Explain what "ulp" stands for

Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Colin Robertson <[email protected]>
Co-authored-by: opbld16 <[email protected]>
Co-authored-by: Kisaragi <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: opbld15 <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Bryan Gold <[email protected]>
Co-authored-by: Edward Breeveld <[email protected]>
Co-authored-by: Jeff Borsecnik <[email protected]>
opbld16 added a commit that referenced this pull request Sep 15, 2022
* fix: delete unnecessary asterisk

followup fix of #4136

* optimize prime test

* Update floating-point-support.md

Explain what "ulp" stands for

Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Colin Robertson <[email protected]>
Co-authored-by: opbld16 <[email protected]>
Co-authored-by: Kisaragi <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: opbld15 <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Bryan Gold <[email protected]>
Co-authored-by: Edward Breeveld <[email protected]>
Co-authored-by: Jeff Borsecnik <[email protected]>
opbld16 added a commit that referenced this pull request Sep 16, 2022
* Updated C6101

Mirror of my public PR. Added an example. Added proper spacing between headers and code blocks, matched formatting to my other PRs

* Updated C6101

Minor changes in response to Acrolinx report

* Updated C6101

More Acrolinx changes, split a run-on sentence

* Updated C26495

Matched formatting to my other PRs. Added more information to the example.

* Updated C26495

Fixed spelling error

* Updated C6101

Updated to the latest format

* Updated C6101

Single backticks and InOut->Inout

* Updated C26495

Updated to the new format
NOTE: This warning has no code analysis name. Per @MichaelSquires instructions, I omitted the usual keywords and 'Code analysis name:' section to match

* Update compiler-warning-level-4-c4464.md

@corob-msft 
proposal.  I don't warrant it shouldn't be worded in a better way.

* Update compiler-warning-level-4-c4464.md

typo fix

* fix: delete unnecessary asterisk

followup fix of #4136

* optimize prime test

* Update floating-point-support.md

Explain what "ulp" stands for

* Updates for cpp-docs 4161

* Update integritycheck-require-signature-check.md

* alt-text

* Update abstract-cpp-component-extensions.md

* Add syntax highlighting to atl-mfc-shared

* Updated C26495

Added code analysis ID

* alt-text updates

* customer fix

* minor updates

* Incorporate changes in rewrite

Updates for style and clarity. Also give it an Acrolinx pass.

* Clarify version support

* Tweak language for minimum support

* Add code style, comment

@MugBergerFries 
It's a good idea to use code styling for mentions of variable or class names (especially when they're easily confused generic names like "value").
I also added a comment to the fixed code sample to amplify the change and what it was doing.

* acrolinx

* cleanup pass

Co-authored-by: Samuel Berger <[email protected]>
Co-authored-by: Brad Litterell <[email protected]>
Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Colin Robertson <[email protected]>
Co-authored-by: opbld16 <[email protected]>
Co-authored-by: Kisaragi <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: opbld15 <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Bryan Gold <[email protected]>
Co-authored-by: Edward Breeveld <[email protected]>
Co-authored-by: Jeff Borsecnik <[email protected]>
Co-authored-by: jsuther1974 <[email protected]>
Co-authored-by: Austin Morton <[email protected]>
Co-authored-by: Jak Koke <[email protected]>
Co-authored-by: HO-COOH <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: James Barnett <[email protected]>
Co-authored-by: Dennis Rea <[email protected]>
opbld17 added a commit that referenced this pull request Sep 19, 2022
* Updated C6101

Mirror of my public PR. Added an example. Added proper spacing between headers and code blocks, matched formatting to my other PRs

* Updated C6101

Minor changes in response to Acrolinx report

* Updated C6101

More Acrolinx changes, split a run-on sentence

* Updated C26495

Matched formatting to my other PRs. Added more information to the example.

* Updated C26495

Fixed spelling error

* Updated C6101

Updated to the latest format

* Updated C6101

Single backticks and InOut->Inout

* Updated C26495

Updated to the new format
NOTE: This warning has no code analysis name. Per @MichaelSquires instructions, I omitted the usual keywords and 'Code analysis name:' section to match

* Update compiler-warning-level-4-c4464.md

@corob-msft 
proposal.  I don't warrant it shouldn't be worded in a better way.

* Update compiler-warning-level-4-c4464.md

typo fix

* fix: delete unnecessary asterisk

followup fix of #4136

* optimize prime test

* Update floating-point-support.md

Explain what "ulp" stands for

* Updates for cpp-docs 4161

* Update integritycheck-require-signature-check.md

* alt-text

* Update abstract-cpp-component-extensions.md

* Add syntax highlighting to atl-mfc-shared

* Updated C26495

Added code analysis ID

* alt-text updates

* customer fix

* minor updates

* Incorporate changes in rewrite

Updates for style and clarity. Also give it an Acrolinx pass.

* Clarify version support

* Tweak language for minimum support

* Add code style, comment

@MugBergerFries 
It's a good idea to use code styling for mentions of variable or class names (especially when they're easily confused generic names like "value").
I also added a comment to the fixed code sample to amplify the change and what it was doing.

* acrolinx

* cleanup pass

* [BULK] DocuTune - Rebranding

* Update README.md

Co-authored-by: Samuel Berger <[email protected]>
Co-authored-by: Brad Litterell <[email protected]>
Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Colin Robertson <[email protected]>
Co-authored-by: opbld16 <[email protected]>
Co-authored-by: Kisaragi <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: opbld15 <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Bryan Gold <[email protected]>
Co-authored-by: Edward Breeveld <[email protected]>
Co-authored-by: Jeff Borsecnik <[email protected]>
Co-authored-by: jsuther1974 <[email protected]>
Co-authored-by: Austin Morton <[email protected]>
Co-authored-by: Jak Koke <[email protected]>
Co-authored-by: HO-COOH <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: James Barnett <[email protected]>
Co-authored-by: Dennis Rea <[email protected]>
Co-authored-by: Alex Buck <[email protected]>
Co-authored-by: Feng Xu <[email protected]>
opbld17 added a commit that referenced this pull request Sep 20, 2022
* Updated C6101

Mirror of my public PR. Added an example. Added proper spacing between headers and code blocks, matched formatting to my other PRs

* Updated C6101

Minor changes in response to Acrolinx report

* Updated C6101

More Acrolinx changes, split a run-on sentence

* Updated C26495

Matched formatting to my other PRs. Added more information to the example.

* Updated C26495

Fixed spelling error

* Updated C6101

Updated to the latest format

* Updated C6101

Single backticks and InOut->Inout

* Updated C26495

Updated to the new format
NOTE: This warning has no code analysis name. Per @MichaelSquires instructions, I omitted the usual keywords and 'Code analysis name:' section to match

* Update compiler-warning-level-4-c4464.md

@corob-msft 
proposal.  I don't warrant it shouldn't be worded in a better way.

* Update compiler-warning-level-4-c4464.md

typo fix

* fix: delete unnecessary asterisk

followup fix of #4136

* optimize prime test

* Update floating-point-support.md

Explain what "ulp" stands for

* Updates for cpp-docs 4161

* Update integritycheck-require-signature-check.md

* alt-text

* Update abstract-cpp-component-extensions.md

* Add syntax highlighting to atl-mfc-shared

* Updated C26495

Added code analysis ID

* alt-text updates

* customer fix

* minor updates

* Incorporate changes in rewrite

Updates for style and clarity. Also give it an Acrolinx pass.

* Clarify version support

* Tweak language for minimum support

* Add code style, comment

@MugBergerFries 
It's a good idea to use code styling for mentions of variable or class names (especially when they're easily confused generic names like "value").
I also added a comment to the fixed code sample to amplify the change and what it was doing.

* acrolinx

* cleanup pass

* [BULK] DocuTune - Rebranding

* Update README.md

* Address cpp-docs 4149 __umulh on ARM64

* Add slashes per cpp-docs 4150

Co-authored-by: Samuel Berger <[email protected]>
Co-authored-by: Brad Litterell <[email protected]>
Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Colin Robertson <[email protected]>
Co-authored-by: opbld16 <[email protected]>
Co-authored-by: Kisaragi <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: opbld15 <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Bryan Gold <[email protected]>
Co-authored-by: Edward Breeveld <[email protected]>
Co-authored-by: Jeff Borsecnik <[email protected]>
Co-authored-by: jsuther1974 <[email protected]>
Co-authored-by: Austin Morton <[email protected]>
Co-authored-by: Jak Koke <[email protected]>
Co-authored-by: HO-COOH <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: James Barnett <[email protected]>
Co-authored-by: Dennis Rea <[email protected]>
Co-authored-by: Alex Buck <[email protected]>
Co-authored-by: Feng Xu <[email protected]>
opbld17 added a commit that referenced this pull request Sep 21, 2022
* Updated C6101

Mirror of my public PR. Added an example. Added proper spacing between headers and code blocks, matched formatting to my other PRs

* Updated C6101

Minor changes in response to Acrolinx report

* Updated C6101

More Acrolinx changes, split a run-on sentence

* Updated C26495

Matched formatting to my other PRs. Added more information to the example.

* Updated C26495

Fixed spelling error

* Updated C6101

Updated to the latest format

* Updated C6101

Single backticks and InOut->Inout

* Updated C26495

Updated to the new format
NOTE: This warning has no code analysis name. Per @MichaelSquires instructions, I omitted the usual keywords and 'Code analysis name:' section to match

* Update compiler-warning-level-4-c4464.md

@corob-msft 
proposal.  I don't warrant it shouldn't be worded in a better way.

* Update compiler-warning-level-4-c4464.md

typo fix

* fix: delete unnecessary asterisk

followup fix of #4136

* optimize prime test

* Update floating-point-support.md

Explain what "ulp" stands for

* Updates for cpp-docs 4161

* Update integritycheck-require-signature-check.md

* alt-text

* Update abstract-cpp-component-extensions.md

* Add syntax highlighting to atl-mfc-shared

* Updated C26495

Added code analysis ID

* alt-text updates

* customer fix

* minor updates

* Incorporate changes in rewrite

Updates for style and clarity. Also give it an Acrolinx pass.

* Clarify version support

* Tweak language for minimum support

* Add code style, comment

@MugBergerFries 
It's a good idea to use code styling for mentions of variable or class names (especially when they're easily confused generic names like "value").
I also added a comment to the fixed code sample to amplify the change and what it was doing.

* acrolinx

* cleanup pass

* [BULK] DocuTune - Rebranding

* Update README.md

* Address cpp-docs 4149 __umulh on ARM64

* Add slashes per cpp-docs 4150

Co-authored-by: Samuel Berger <[email protected]>
Co-authored-by: Brad Litterell <[email protected]>
Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Colin Robertson <[email protected]>
Co-authored-by: opbld16 <[email protected]>
Co-authored-by: Kisaragi <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: opbld15 <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Bryan Gold <[email protected]>
Co-authored-by: Edward Breeveld <[email protected]>
Co-authored-by: Jeff Borsecnik <[email protected]>
Co-authored-by: jsuther1974 <[email protected]>
Co-authored-by: Austin Morton <[email protected]>
Co-authored-by: Jak Koke <[email protected]>
Co-authored-by: HO-COOH <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: James Barnett <[email protected]>
Co-authored-by: Dennis Rea <[email protected]>
Co-authored-by: Alex Buck <[email protected]>
Co-authored-by: Feng Xu <[email protected]>
opbld17 added a commit that referenced this pull request Sep 22, 2022
* Updated C6101

Mirror of my public PR. Added an example. Added proper spacing between headers and code blocks, matched formatting to my other PRs

* Updated C6101

Minor changes in response to Acrolinx report

* Updated C6101

More Acrolinx changes, split a run-on sentence

* Updated C26495

Matched formatting to my other PRs. Added more information to the example.

* Updated C26495

Fixed spelling error

* Updated C6101

Updated to the latest format

* Updated C6101

Single backticks and InOut->Inout

* Updated C26495

Updated to the new format
NOTE: This warning has no code analysis name. Per @MichaelSquires instructions, I omitted the usual keywords and 'Code analysis name:' section to match

* Update compiler-warning-level-4-c4464.md

@corob-msft 
proposal.  I don't warrant it shouldn't be worded in a better way.

* Update compiler-warning-level-4-c4464.md

typo fix

* fix: delete unnecessary asterisk

followup fix of #4136

* optimize prime test

* Update floating-point-support.md

Explain what "ulp" stands for

* Updates for cpp-docs 4161

* Update integritycheck-require-signature-check.md

* alt-text

* Update abstract-cpp-component-extensions.md

* Add syntax highlighting to atl-mfc-shared

* Updated C26495

Added code analysis ID

* alt-text updates

* customer fix

* minor updates

* Incorporate changes in rewrite

Updates for style and clarity. Also give it an Acrolinx pass.

* Clarify version support

* Tweak language for minimum support

* Add code style, comment

@MugBergerFries 
It's a good idea to use code styling for mentions of variable or class names (especially when they're easily confused generic names like "value").
I also added a comment to the fixed code sample to amplify the change and what it was doing.

* acrolinx

* cleanup pass

* [BULK] DocuTune - Rebranding

* alt-text updates

* update alt-text

* Update README.md

* Address cpp-docs 4149 __umulh on ARM64

* Add slashes per cpp-docs 4150

* update alt-text code and removed 'experimental' from images

* Update clang-support-msbuild.md

Updated for better visibility of LLVMToolsVersion property.

Note the text was also misleading because it kind of implies that LLVMToolsVersion supports side-by-side version of clang/LLVM in the same `LLVMInstallDir`, but that's not how clang/LLVM works. If you want to select a different version, you need to point it to a different path.

* test fix

* test fix

* test fix

* alt-text updates plus acrolinx

* acrolinx

* Split props file and IDE sections

When both path and version are merged in the .props file discussion, a division between the .props approach and the IDE approach seems more natural than repeating the same content twice.

* Update to add /std requirement

* Test of build checks features

* Update cpp-linter-overview.md

* Provide F1 links to articles for VS linker properties (#4529)

* Update F1 links for Linker Properties

* F1 Project: Linker Properties part 1

* Finish Linker properties F1 links

* Fix typo

* Fix acrolinx related issues

Co-authored-by: Samuel Berger <[email protected]>
Co-authored-by: Brad Litterell <[email protected]>
Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Colin Robertson <[email protected]>
Co-authored-by: opbld16 <[email protected]>
Co-authored-by: Kisaragi <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: opbld15 <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Bryan Gold <[email protected]>
Co-authored-by: Edward Breeveld <[email protected]>
Co-authored-by: Jeff Borsecnik <[email protected]>
Co-authored-by: jsuther1974 <[email protected]>
Co-authored-by: Austin Morton <[email protected]>
Co-authored-by: Jak Koke <[email protected]>
Co-authored-by: HO-COOH <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: James Barnett <[email protected]>
Co-authored-by: Dennis Rea <[email protected]>
Co-authored-by: Alex Buck <[email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Feng Xu <[email protected]>
Co-authored-by: Chuck Walbourn <[email protected]>
Co-authored-by: Colin Cooper <[email protected]>
opbld17 added a commit that referenced this pull request Sep 23, 2022
* Updated C6101

Mirror of my public PR. Added an example. Added proper spacing between headers and code blocks, matched formatting to my other PRs

* Updated C6101

Minor changes in response to Acrolinx report

* Updated C6101

More Acrolinx changes, split a run-on sentence

* Updated C26495

Matched formatting to my other PRs. Added more information to the example.

* Updated C26495

Fixed spelling error

* Updated C6101

Updated to the latest format

* Updated C6101

Single backticks and InOut->Inout

* Updated C26495

Updated to the new format
NOTE: This warning has no code analysis name. Per @MichaelSquires instructions, I omitted the usual keywords and 'Code analysis name:' section to match

* Update compiler-warning-level-4-c4464.md

@corob-msft 
proposal.  I don't warrant it shouldn't be worded in a better way.

* Update compiler-warning-level-4-c4464.md

typo fix

* fix: delete unnecessary asterisk

followup fix of #4136

* optimize prime test

* Update floating-point-support.md

Explain what "ulp" stands for

* Updates for cpp-docs 4161

* Update integritycheck-require-signature-check.md

* alt-text

* Update abstract-cpp-component-extensions.md

* Add syntax highlighting to atl-mfc-shared

* Updated C26495

Added code analysis ID

* alt-text updates

* customer fix

* minor updates

* Incorporate changes in rewrite

Updates for style and clarity. Also give it an Acrolinx pass.

* Clarify version support

* Tweak language for minimum support

* Add code style, comment

@MugBergerFries 
It's a good idea to use code styling for mentions of variable or class names (especially when they're easily confused generic names like "value").
I also added a comment to the fixed code sample to amplify the change and what it was doing.

* acrolinx

* cleanup pass

* [BULK] DocuTune - Rebranding

* alt-text updates

* update alt-text

* Update README.md

* Address cpp-docs 4149 __umulh on ARM64

* Add slashes per cpp-docs 4150

* update alt-text code and removed 'experimental' from images

* Update clang-support-msbuild.md

Updated for better visibility of LLVMToolsVersion property.

Note the text was also misleading because it kind of implies that LLVMToolsVersion supports side-by-side version of clang/LLVM in the same `LLVMInstallDir`, but that's not how clang/LLVM works. If you want to select a different version, you need to point it to a different path.

* test fix

* test fix

* test fix

* alt-text updates plus acrolinx

* acrolinx

* Split props file and IDE sections

When both path and version are merged in the .props file discussion, a division between the .props approach and the IDE approach seems more natural than repeating the same content twice.

* Update to add /std requirement

* Test of build checks features

* Update cpp-linter-overview.md

* Provide F1 links to articles for VS linker properties (#4529)

* Update F1 links for Linker Properties

* F1 Project: Linker Properties part 1

* Finish Linker properties F1 links

* Fix typo

* Fix acrolinx related issues

Co-authored-by: Samuel Berger <[email protected]>
Co-authored-by: Brad Litterell <[email protected]>
Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Colin Robertson <[email protected]>
Co-authored-by: opbld16 <[email protected]>
Co-authored-by: Kisaragi <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: opbld15 <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Bryan Gold <[email protected]>
Co-authored-by: Edward Breeveld <[email protected]>
Co-authored-by: Jeff Borsecnik <[email protected]>
Co-authored-by: jsuther1974 <[email protected]>
Co-authored-by: Austin Morton <[email protected]>
Co-authored-by: Jak Koke <[email protected]>
Co-authored-by: HO-COOH <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: James Barnett <[email protected]>
Co-authored-by: Dennis Rea <[email protected]>
Co-authored-by: Alex Buck <[email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Feng Xu <[email protected]>
Co-authored-by: Chuck Walbourn <[email protected]>
Co-authored-by: Colin Cooper <[email protected]>
opbld17 added a commit that referenced this pull request Sep 26, 2022
* Updated C6101

Mirror of my public PR. Added an example. Added proper spacing between headers and code blocks, matched formatting to my other PRs

* Updated C6101

Minor changes in response to Acrolinx report

* Updated C6101

More Acrolinx changes, split a run-on sentence

* Updated C26495

Matched formatting to my other PRs. Added more information to the example.

* Updated C26495

Fixed spelling error

* Updated C6101

Updated to the latest format

* Updated C6101

Single backticks and InOut->Inout

* Updated C26495

Updated to the new format
NOTE: This warning has no code analysis name. Per @MichaelSquires instructions, I omitted the usual keywords and 'Code analysis name:' section to match

* Update compiler-warning-level-4-c4464.md

@corob-msft 
proposal.  I don't warrant it shouldn't be worded in a better way.

* Update compiler-warning-level-4-c4464.md

typo fix

* fix: delete unnecessary asterisk

followup fix of #4136

* optimize prime test

* Update floating-point-support.md

Explain what "ulp" stands for

* Updates for cpp-docs 4161

* Update integritycheck-require-signature-check.md

* alt-text

* Update abstract-cpp-component-extensions.md

* Add syntax highlighting to atl-mfc-shared

* Updated C26495

Added code analysis ID

* alt-text updates

* customer fix

* minor updates

* Incorporate changes in rewrite

Updates for style and clarity. Also give it an Acrolinx pass.

* Clarify version support

* Tweak language for minimum support

* Add code style, comment

@MugBergerFries 
It's a good idea to use code styling for mentions of variable or class names (especially when they're easily confused generic names like "value").
I also added a comment to the fixed code sample to amplify the change and what it was doing.

* acrolinx

* cleanup pass

* [BULK] DocuTune - Rebranding

* alt-text updates

* update alt-text

* Update README.md

* Address cpp-docs 4149 __umulh on ARM64

* Add slashes per cpp-docs 4150

* update alt-text code and removed 'experimental' from images

* Update clang-support-msbuild.md

Updated for better visibility of LLVMToolsVersion property.

Note the text was also misleading because it kind of implies that LLVMToolsVersion supports side-by-side version of clang/LLVM in the same `LLVMInstallDir`, but that's not how clang/LLVM works. If you want to select a different version, you need to point it to a different path.

* test fix

* test fix

* test fix

* alt-text updates plus acrolinx

* acrolinx

* Split props file and IDE sections

When both path and version are merged in the .props file discussion, a division between the .props approach and the IDE approach seems more natural than repeating the same content twice.

* Update to add /std requirement

* Test of build checks features

* Update cpp-linter-overview.md

* Provide F1 links to articles for VS linker properties (#4529)

* Update F1 links for Linker Properties

* F1 Project: Linker Properties part 1

* Finish Linker properties F1 links

* Fix typo

* Fix acrolinx related issues

Co-authored-by: Samuel Berger <[email protected]>
Co-authored-by: Brad Litterell <[email protected]>
Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Colin Robertson <[email protected]>
Co-authored-by: opbld16 <[email protected]>
Co-authored-by: Kisaragi <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: opbld15 <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Bryan Gold <[email protected]>
Co-authored-by: Edward Breeveld <[email protected]>
Co-authored-by: Jeff Borsecnik <[email protected]>
Co-authored-by: jsuther1974 <[email protected]>
Co-authored-by: Austin Morton <[email protected]>
Co-authored-by: Jak Koke <[email protected]>
Co-authored-by: HO-COOH <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: James Barnett <[email protected]>
Co-authored-by: Dennis Rea <[email protected]>
Co-authored-by: Alex Buck <[email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Feng Xu <[email protected]>
Co-authored-by: Chuck Walbourn <[email protected]>
Co-authored-by: Colin Cooper <[email protected]>
opbld16 added a commit that referenced this pull request Sep 27, 2022
* Updated C6101

Mirror of my public PR. Added an example. Added proper spacing between headers and code blocks, matched formatting to my other PRs

* Updated C6101

Minor changes in response to Acrolinx report

* Updated C6101

More Acrolinx changes, split a run-on sentence

* Updated C26495

Matched formatting to my other PRs. Added more information to the example.

* Updated C26495

Fixed spelling error

* Updated C6101

Updated to the latest format

* Updated C6101

Single backticks and InOut->Inout

* Updated C26495

Updated to the new format
NOTE: This warning has no code analysis name. Per @MichaelSquires instructions, I omitted the usual keywords and 'Code analysis name:' section to match

* Update compiler-warning-level-4-c4464.md

@corob-msft 
proposal.  I don't warrant it shouldn't be worded in a better way.

* Update compiler-warning-level-4-c4464.md

typo fix

* fix: delete unnecessary asterisk

followup fix of #4136

* optimize prime test

* Update floating-point-support.md

Explain what "ulp" stands for

* Updates for cpp-docs 4161

* Update integritycheck-require-signature-check.md

* alt-text

* Update abstract-cpp-component-extensions.md

* Add syntax highlighting to atl-mfc-shared

* Updated C26495

Added code analysis ID

* alt-text updates

* customer fix

* minor updates

* Incorporate changes in rewrite

Updates for style and clarity. Also give it an Acrolinx pass.

* Clarify version support

* Tweak language for minimum support

* Add code style, comment

@MugBergerFries 
It's a good idea to use code styling for mentions of variable or class names (especially when they're easily confused generic names like "value").
I also added a comment to the fixed code sample to amplify the change and what it was doing.

* acrolinx

* cleanup pass

* [BULK] DocuTune - Rebranding

* alt-text updates

* update alt-text

* Update README.md

* Address cpp-docs 4149 __umulh on ARM64

* Add slashes per cpp-docs 4150

* update alt-text code and removed 'experimental' from images

* Update clang-support-msbuild.md

Updated for better visibility of LLVMToolsVersion property.

Note the text was also misleading because it kind of implies that LLVMToolsVersion supports side-by-side version of clang/LLVM in the same `LLVMInstallDir`, but that's not how clang/LLVM works. If you want to select a different version, you need to point it to a different path.

* test fix

* test fix

* test fix

* alt-text updates plus acrolinx

* acrolinx

* Split props file and IDE sections

When both path and version are merged in the .props file discussion, a division between the .props approach and the IDE approach seems more natural than repeating the same content twice.

* Update to add /std requirement

* Test of build checks features

* Update cpp-linter-overview.md

* Provide F1 links to articles for VS linker properties (#4529)

* Update F1 links for Linker Properties

* F1 Project: Linker Properties part 1

* Finish Linker properties F1 links

* Fix typo

* Fix acrolinx related issues

* [BULK UPDATE] DocuTune - Rebranding

Co-authored-by: Samuel Berger <[email protected]>
Co-authored-by: Brad Litterell <[email protected]>
Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Colin Robertson <[email protected]>
Co-authored-by: opbld16 <[email protected]>
Co-authored-by: Kisaragi <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: opbld15 <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Bryan Gold <[email protected]>
Co-authored-by: Edward Breeveld <[email protected]>
Co-authored-by: Jeff Borsecnik <[email protected]>
Co-authored-by: jsuther1974 <[email protected]>
Co-authored-by: Austin Morton <[email protected]>
Co-authored-by: Jak Koke <[email protected]>
Co-authored-by: HO-COOH <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: James Barnett <[email protected]>
Co-authored-by: Dennis Rea <[email protected]>
Co-authored-by: Alex Buck <[email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Feng Xu <[email protected]>
Co-authored-by: Chuck Walbourn <[email protected]>
Co-authored-by: Colin Cooper <[email protected]>
opbld17 added a commit that referenced this pull request Sep 28, 2022
* Updated C6101

Mirror of my public PR. Added an example. Added proper spacing between headers and code blocks, matched formatting to my other PRs

* Updated C6101

Minor changes in response to Acrolinx report

* Updated C6101

More Acrolinx changes, split a run-on sentence

* Updated C26495

Matched formatting to my other PRs. Added more information to the example.

* Updated C26495

Fixed spelling error

* Updated C6101

Updated to the latest format

* Updated C6101

Single backticks and InOut->Inout

* Updated C26495

Updated to the new format
NOTE: This warning has no code analysis name. Per @MichaelSquires instructions, I omitted the usual keywords and 'Code analysis name:' section to match

* Update compiler-warning-level-4-c4464.md

@corob-msft 
proposal.  I don't warrant it shouldn't be worded in a better way.

* Update compiler-warning-level-4-c4464.md

typo fix

* fix: delete unnecessary asterisk

followup fix of #4136

* optimize prime test

* Update floating-point-support.md

Explain what "ulp" stands for

* Updates for cpp-docs 4161

* Update integritycheck-require-signature-check.md

* alt-text

* Update abstract-cpp-component-extensions.md

* Add syntax highlighting to atl-mfc-shared

* Updated C26495

Added code analysis ID

* alt-text updates

* customer fix

* minor updates

* Incorporate changes in rewrite

Updates for style and clarity. Also give it an Acrolinx pass.

* Clarify version support

* Tweak language for minimum support

* Add code style, comment

@MugBergerFries 
It's a good idea to use code styling for mentions of variable or class names (especially when they're easily confused generic names like "value").
I also added a comment to the fixed code sample to amplify the change and what it was doing.

* acrolinx

* cleanup pass

* [BULK] DocuTune - Rebranding

* alt-text updates

* update alt-text

* Fix Supported SSH algorithms

* Update README.md

* Address cpp-docs 4149 __umulh on ARM64

* Add slashes per cpp-docs 4150

* update alt-text code and removed 'experimental' from images

* Update clang-support-msbuild.md

Updated for better visibility of LLVMToolsVersion property.

Note the text was also misleading because it kind of implies that LLVMToolsVersion supports side-by-side version of clang/LLVM in the same `LLVMInstallDir`, but that's not how clang/LLVM works. If you want to select a different version, you need to point it to a different path.

* test fix

* test fix

* test fix

* alt-text updates plus acrolinx

* acrolinx

* Split props file and IDE sections

When both path and version are merged in the .props file discussion, a division between the .props approach and the IDE approach seems more natural than repeating the same content twice.

* Update to add /std requirement

* Test of build checks features

* Update cpp-linter-overview.md

* Provide F1 links to articles for VS linker properties (#4529)

* Update F1 links for Linker Properties

* F1 Project: Linker Properties part 1

* Finish Linker properties F1 links

* Fix typo

* Fix acrolinx related issues

* Update dot-xmm.md

Fixed overzealous replacement

* [BULK UPDATE] DocuTune - Rebranding

* Fix missing semicolon

* Update files per cpp-docs 4181

* Add /ILK option per cpp-docs 4194

* Update per cpp-docs 4193

* Address cpp-docs 4186 code labels

* template function -> function template

* Acrolinx fixes.

* Tweak language for 4178 update

* Updates to main and wmain signatures

* Acrolinx and style updates per review

* Fix spelling, i18n, style, Acrolinx issues

* Fix date.

Co-authored-by: Samuel Berger <[email protected]>
Co-authored-by: Brad Litterell <[email protected]>
Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Colin Robertson <[email protected]>
Co-authored-by: opbld16 <[email protected]>
Co-authored-by: Kisaragi <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: opbld15 <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Bryan Gold <[email protected]>
Co-authored-by: Edward Breeveld <[email protected]>
Co-authored-by: Jeff Borsecnik <[email protected]>
Co-authored-by: jsuther1974 <[email protected]>
Co-authored-by: Austin Morton <[email protected]>
Co-authored-by: Jak Koke <[email protected]>
Co-authored-by: HO-COOH <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: James Barnett <[email protected]>
Co-authored-by: Dennis Rea <[email protected]>
Co-authored-by: Alex Buck <[email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: ragingo <[email protected]>
Co-authored-by: Feng Xu <[email protected]>
Co-authored-by: Chuck Walbourn <[email protected]>
Co-authored-by: Colin Cooper <[email protected]>
Co-authored-by: Lychy <[email protected]>
Co-authored-by: chausner <[email protected]>
Co-authored-by: Stacyrch140 <[email protected]>
Co-authored-by: Paula Miller <[email protected]>
opbld17 added a commit that referenced this pull request Sep 29, 2022
* Updated C6101

Mirror of my public PR. Added an example. Added proper spacing between headers and code blocks, matched formatting to my other PRs

* Updated C6101

Minor changes in response to Acrolinx report

* Updated C6101

More Acrolinx changes, split a run-on sentence

* Updated C26495

Matched formatting to my other PRs. Added more information to the example.

* Updated C26495

Fixed spelling error

* Updated C6200

Matched formatting and wording to my other PRs. Added more information to the example

* Updated C6200

Reworded to appease high-lord Acrolinx

* Updated C6201

Matched formatting and wording to my other PRs. Matched the example to C6200 since they were functionally the same.

* Updated C6200

Fixed output

* Updated C6276

Matched formatting and wording with my other PRs. Added more information to the example

* Updated C6276

Small to changes at the behest of Acrolinx

* Updated C6277

Changed wording slightly, matched formatting and wording to my other PRs

* Updated C6277

Changed wording, acquiesced to Acrolinx's request

* Updated C6308

Changed wording to be more concise and less hostile. Changed the format and wording to match my other PRs

* Updated C6308

Acrolinx changes

* Updated C6200

Updated to the new format

* Updated C6201

Updated to the new format

* Updated C6201

Added code analysis name

* Updated C6200

Added code analysis name

* Updated C6276

Updated to the new format

* Updated C6277

Updated to the new format

* Update docs/code-quality/c6200.md

Co-authored-by: Michael Squires <[email protected]>

* Update docs/code-quality/c6200.md

Co-authored-by: Michael Squires <[email protected]>

* Updated C6200

Spacing fixed

* Update docs/code-quality/c6201.md

Co-authored-by: Michael Squires <[email protected]>

* Updated C6201

Spacing fixed

* Updated C6276

Removed third example and corrected earlier examples. Changed 3 space indentation to 4 to be consistent with my other PRs. Fixed spacing

* Updated C6276

Consistent spacing

* Updated C6101

Updated to the latest format

* Updated C6101

Single backticks and InOut->Inout

* Updated C6308

Updated to the new format, spacing made consistent with my other PRs

* Updated C26495

Updated to the new format
NOTE: This warning has no code analysis name. Per @MichaelSquires instructions, I omitted the usual keywords and 'Code analysis name:' section to match

* Update compiler-warning-level-4-c4464.md

@corob-msft 
proposal.  I don't warrant it shouldn't be worded in a better way.

* Update compiler-warning-level-4-c4464.md

typo fix

* Updated C6276

UNICODE/ANSI -> wide/narrow

* Updated C6276

an -> a

* Updated C6276

Updated to display new warning message

* Updated C6276

char_t -> char

* Updated C6201

Example now correctly shows a stack array

* Updated C6200

Made example more obvious that the array was heap-allocated

* Updated C6200

Added brackets to delete

* Update docs/code-quality/c6308.md

Co-authored-by: Michael Squires <[email protected]>

* fix: delete unnecessary asterisk

followup fix of #4136

* optimize prime test

* Update floating-point-support.md

Explain what "ulp" stands for

* Updated C6308

Changed example to initialize and declare variable sin the same line

* Updates for cpp-docs 4161

* Update integritycheck-require-signature-check.md

* alt-text

* Update abstract-cpp-component-extensions.md

* Add syntax highlighting to atl-mfc-shared

* Updated C26495

Added code analysis ID

* Updated C6201

Added stack-specific consequence to the description

* alt-text updates

* customer fix

* minor updates

* Incorporate changes in rewrite

Updates for style and clarity. Also give it an Acrolinx pass.

* Clarify version support

* Tweak language for minimum support

* Add code style, comment

@MugBergerFries 
It's a good idea to use code styling for mentions of variable or class names (especially when they're easily confused generic names like "value").
I also added a comment to the fixed code sample to amplify the change and what it was doing.

* acrolinx

* cleanup pass

* [BULK] DocuTune - Rebranding

* alt-text updates

* update alt-text

* Fix Supported SSH algorithms

* Update README.md

* Address cpp-docs 4149 __umulh on ARM64

* Add slashes per cpp-docs 4150

* update alt-text code and removed 'experimental' from images

* Update clang-support-msbuild.md

Updated for better visibility of LLVMToolsVersion property.

Note the text was also misleading because it kind of implies that LLVMToolsVersion supports side-by-side version of clang/LLVM in the same `LLVMInstallDir`, but that's not how clang/LLVM works. If you want to select a different version, you need to point it to a different path.

* test fix

* test fix

* test fix

* alt-text updates plus acrolinx

* acrolinx

* Split props file and IDE sections

When both path and version are merged in the .props file discussion, a division between the .props approach and the IDE approach seems more natural than repeating the same content twice.

* Update to add /std requirement

* Test of build checks features

* Update cpp-linter-overview.md

* Provide F1 links to articles for VS linker properties (#4529)

* Update F1 links for Linker Properties

* F1 Project: Linker Properties part 1

* Finish Linker properties F1 links

* Fix typo

* Fix acrolinx related issues

* Update dot-xmm.md

Fixed overzealous replacement

* [BULK UPDATE] DocuTune - Rebranding

* Fix missing semicolon

* Update files per cpp-docs 4181

* Add /ILK option per cpp-docs 4194

* Update per cpp-docs 4193

* Address cpp-docs 4186 code labels

* template function -> function template

* Acrolinx fixes.

* Tweak language for 4178 update

* Updates to main and wmain signatures

* Acrolinx and style updates per review

* Fix spelling, i18n, style, Acrolinx issues

* Fix date.

* Updated C6200

Removed extra asterisk in warning output

* Updated C6201

Removed extra asterisks

* Updated C6277

Removed extra asterisk

* Updated C6308

Removed extra asterisk

* Use correct warning message for C6201

Incorrectly copied warning message from C6200.

* Quote actual warning message

Quote the actual message, bad grammar and all, to make search happy.

* Remove undefined quotes

Simplify. Update date. Remove quotes from fully qualified, since we don't define it.

* Give library functions code style

Fix date. Also tweak a sentence for readability.

Co-authored-by: Samuel Berger <[email protected]>
Co-authored-by: Michael Squires <[email protected]>
Co-authored-by: Brad Litterell <[email protected]>
Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Colin Robertson <[email protected]>
Co-authored-by: opbld16 <[email protected]>
Co-authored-by: Kisaragi <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: opbld15 <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Bryan Gold <[email protected]>
Co-authored-by: Edward Breeveld <[email protected]>
Co-authored-by: Jeff Borsecnik <[email protected]>
Co-authored-by: jsuther1974 <[email protected]>
Co-authored-by: Austin Morton <[email protected]>
Co-authored-by: Jak Koke <[email protected]>
Co-authored-by: HO-COOH <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: James Barnett <[email protected]>
Co-authored-by: Dennis Rea <[email protected]>
Co-authored-by: Alex Buck <[email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: ragingo <[email protected]>
Co-authored-by: Feng Xu <[email protected]>
Co-authored-by: Chuck Walbourn <[email protected]>
Co-authored-by: Colin Cooper <[email protected]>
Co-authored-by: Lychy <[email protected]>
Co-authored-by: chausner <[email protected]>
Co-authored-by: Stacyrch140 <[email protected]>
Co-authored-by: Paula Miller <[email protected]>
Co-authored-by: Stephanie Savell <[email protected]>
Co-authored-by: Linda Spiller <[email protected]>
opbld16 added a commit that referenced this pull request Sep 30, 2022
* Updated C6101

Mirror of my public PR. Added an example. Added proper spacing between headers and code blocks, matched formatting to my other PRs

* Updated C6101

Minor changes in response to Acrolinx report

* Updated C6101

More Acrolinx changes, split a run-on sentence

* Updated C26495

Matched formatting to my other PRs. Added more information to the example.

* Updated C26495

Fixed spelling error

* Updated C6200

Matched formatting and wording to my other PRs. Added more information to the example

* Updated C6200

Reworded to appease high-lord Acrolinx

* Updated C6201

Matched formatting and wording to my other PRs. Matched the example to C6200 since they were functionally the same.

* Updated C6200

Fixed output

* Updated C6276

Matched formatting and wording with my other PRs. Added more information to the example

* Updated C6276

Small to changes at the behest of Acrolinx

* Updated C6277

Changed wording slightly, matched formatting and wording to my other PRs

* Updated C6277

Changed wording, acquiesced to Acrolinx's request

* Updated C6308

Changed wording to be more concise and less hostile. Changed the format and wording to match my other PRs

* Updated C6308

Acrolinx changes

* Updated C6200

Updated to the new format

* Updated C6201

Updated to the new format

* Updated C6201

Added code analysis name

* Updated C6200

Added code analysis name

* Updated C6276

Updated to the new format

* Updated C6277

Updated to the new format

* Update docs/code-quality/c6200.md

Co-authored-by: Michael Squires <[email protected]>

* Update docs/code-quality/c6200.md

Co-authored-by: Michael Squires <[email protected]>

* Updated C6200

Spacing fixed

* Update docs/code-quality/c6201.md

Co-authored-by: Michael Squires <[email protected]>

* Updated C6201

Spacing fixed

* Updated C6276

Removed third example and corrected earlier examples. Changed 3 space indentation to 4 to be consistent with my other PRs. Fixed spacing

* Updated C6276

Consistent spacing

* Updated C6101

Updated to the latest format

* Updated C6101

Single backticks and InOut->Inout

* Updated C6308

Updated to the new format, spacing made consistent with my other PRs

* Updated C26495

Updated to the new format
NOTE: This warning has no code analysis name. Per @MichaelSquires instructions, I omitted the usual keywords and 'Code analysis name:' section to match

* Update compiler-warning-level-4-c4464.md

@corob-msft 
proposal.  I don't warrant it shouldn't be worded in a better way.

* Update compiler-warning-level-4-c4464.md

typo fix

* Updated C6276

UNICODE/ANSI -> wide/narrow

* Updated C6276

an -> a

* Updated C6276

Updated to display new warning message

* Updated C6276

char_t -> char

* Updated C6201

Example now correctly shows a stack array

* Updated C6200

Made example more obvious that the array was heap-allocated

* Updated C6200

Added brackets to delete

* Update docs/code-quality/c6308.md

Co-authored-by: Michael Squires <[email protected]>

* fix: delete unnecessary asterisk

followup fix of #4136

* optimize prime test

* Update floating-point-support.md

Explain what "ulp" stands for

* Updated C6308

Changed example to initialize and declare variable sin the same line

* Updates for cpp-docs 4161

* Update integritycheck-require-signature-check.md

* alt-text

* Update abstract-cpp-component-extensions.md

* Add syntax highlighting to atl-mfc-shared

* Updated C26495

Added code analysis ID

* Updated C6201

Added stack-specific consequence to the description

* alt-text updates

* customer fix

* minor updates

* Incorporate changes in rewrite

Updates for style and clarity. Also give it an Acrolinx pass.

* Clarify version support

* Tweak language for minimum support

* Add code style, comment

@MugBergerFries 
It's a good idea to use code styling for mentions of variable or class names (especially when they're easily confused generic names like "value").
I also added a comment to the fixed code sample to amplify the change and what it was doing.

* acrolinx

* cleanup pass

* [BULK] DocuTune - Rebranding

* alt-text updates

* update alt-text

* Fix Supported SSH algorithms

* Update README.md

* Address cpp-docs 4149 __umulh on ARM64

* Add slashes per cpp-docs 4150

* update alt-text code and removed 'experimental' from images

* Update clang-support-msbuild.md

Updated for better visibility of LLVMToolsVersion property.

Note the text was also misleading because it kind of implies that LLVMToolsVersion supports side-by-side version of clang/LLVM in the same `LLVMInstallDir`, but that's not how clang/LLVM works. If you want to select a different version, you need to point it to a different path.

* test fix

* test fix

* test fix

* alt-text updates plus acrolinx

* acrolinx

* Split props file and IDE sections

When both path and version are merged in the .props file discussion, a division between the .props approach and the IDE approach seems more natural than repeating the same content twice.

* Update to add /std requirement

* Test of build checks features

* Update cpp-linter-overview.md

* Provide F1 links to articles for VS linker properties (#4529)

* Update F1 links for Linker Properties

* F1 Project: Linker Properties part 1

* Finish Linker properties F1 links

* Fix typo

* Fix acrolinx related issues

* Update dot-xmm.md

Fixed overzealous replacement

* [BULK UPDATE] DocuTune - Rebranding

* Fix missing semicolon

* Update files per cpp-docs 4181

* Add /ILK option per cpp-docs 4194

* Update per cpp-docs 4193

* Address cpp-docs 4186 code labels

* template function -> function template

* Acrolinx fixes.

* Tweak language for 4178 update

* Updates to main and wmain signatures

* Acrolinx and style updates per review

* Fix spelling, i18n, style, Acrolinx issues

* Fix date.

* Updated C6200

Removed extra asterisk in warning output

* Updated C6201

Removed extra asterisks

* Updated C6277

Removed extra asterisk

* Updated C6308

Removed extra asterisk

* Use correct warning message for C6201

Incorrectly copied warning message from C6200.

* Quote actual warning message

Quote the actual message, bad grammar and all, to make search happy.

* Remove undefined quotes

Simplify. Update date. Remove quotes from fully qualified, since we don't define it.

* Give library functions code style

Fix date. Also tweak a sentence for readability.

* Update What's New for 17.3 (#4552)

* Update What's New for 17.3

* Fix link issue

Co-authored-by: Samuel Berger <[email protected]>
Co-authored-by: Michael Squires <[email protected]>
Co-authored-by: Brad Litterell <[email protected]>
Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Colin Robertson <[email protected]>
Co-authored-by: opbld16 <[email protected]>
Co-authored-by: Kisaragi <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: opbld15 <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Bryan Gold <[email protected]>
Co-authored-by: Edward Breeveld <[email protected]>
Co-authored-by: Jeff Borsecnik <[email protected]>
Co-authored-by: jsuther1974 <[email protected]>
Co-authored-by: Austin Morton <[email protected]>
Co-authored-by: Jak Koke <[email protected]>
Co-authored-by: HO-COOH <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: James Barnett <[email protected]>
Co-authored-by: Dennis Rea <[email protected]>
Co-authored-by: Alex Buck <[email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: ragingo <[email protected]>
Co-authored-by: Feng Xu <[email protected]>
Co-authored-by: Chuck Walbourn <[email protected]>
Co-authored-by: Colin Cooper <[email protected]>
Co-authored-by: Lychy <[email protected]>
Co-authored-by: chausner <[email protected]>
Co-authored-by: Stacyrch140 <[email protected]>
Co-authored-by: Paula Miller <[email protected]>
Co-authored-by: Stephanie Savell <[email protected]>
Co-authored-by: Linda Spiller <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants