Skip to content

Repo sync for protected CLA branch #4199

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 2 commits into from
Sep 30, 2022
Merged

Conversation

opbld16
Copy link
Contributor

@opbld16 opbld16 commented Sep 30, 2022

The pull request is created from main638001564702625631sync_temp to main to fix git push error for protected CLA branch

Taojunshen and others added 2 commits October 1, 2022 01:39
* 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]>
@opbld32
Copy link

opbld32 commented Sep 30, 2022

Learn Build status updates of commit b771e8f:

✅ Validation status: passed

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:

@prmerger-automator
Copy link
Contributor

PRMerger Results

Issue Description
File Change Percent This PR contains file(s) with more than 20% file change.

@prmerger-automator
Copy link
Contributor

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

@colin-home colin-home merged commit d476083 into main Sep 30, 2022
@colin-home colin-home deleted the main638001564702625631sync_temp branch September 30, 2022 21:10
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.

5 participants