Structure warning references in range [C4311, C4360]#5719
Merged
Court72 merged 4 commits intoMicrosoftDocs:mainfrom Sep 19, 2025
Merged
Conversation
Contributor
Contributor
PRMerger Results
|
Rageking8
commented
Aug 28, 2025
Contributor
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR restructures compiler warning references in the range C4311-C4360 to follow a consistent documentation format. It's part of batch 76 in an ongoing effort to standardize error/warning documentation structure across the codebase.
Reviewed Changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated no comments.
Show a summary per file
- Standardization of YAML frontmatter formatting
- Addition of structured "Remarks" and "Example" sections
- Conversion of warning messages to blockquotes with ">" prefix
- Consistent use of "example" instead of "sample" in descriptive text
| File | Description |
|---|---|
| c4311.md | Restructured pointer truncation warning documentation |
| c4312.md | Restructured conversion from smaller to larger type warning documentation |
| c4313.md | Restructured format string conflict warning documentation |
| c4319.md | Restructured zero extension warning documentation |
| c4325.md | Restructured standard section attributes warning documentation |
| c4326.md | Restructured return type mismatch warning documentation |
| c4329.md | Restructured enum alignment specifier warning documentation |
| c4333.md | Restructured right shift data loss warning documentation |
| c4334.md | Restructured 32-bit to 64-bit shift conversion warning documentation |
| c4336.md | Restructured cross-referenced type library import warning documentation |
| c4337.md | Restructured auto-imported type library warning documentation |
| c4339.md | Restructured undefined type in WinRT/CLR metadata warning documentation |
| c4340.md | Restructured enum value wrap-around warning documentation |
| c4342.md | Restructured behavior change warning documentation |
| c4343.md | Restructured pragma optimize override warning documentation |
| c4344.md | Restructured explicit template arguments behavior change warning documentation |
| c4346.md | Restructured dependent name type warning documentation |
| c4348.md | Restructured default parameter redefinition warning documentation |
| c4350.md | Restructured rvalue binding behavior change warning documentation |
| c4353.md | Restructured constant function expression warning documentation |
| c4355.md | Restructured 'this' pointer in initializer list warning documentation |
| c4356.md | Restructured static member initialization warning documentation |
| c4357.md | Restructured param array delegate warning documentation |
| c4358.md | Restructured combined delegates return type warning documentation |
| c4359.md | Restructured alignment specification warning documentation |
TylerMSFT
approved these changes
Sep 19, 2025
Collaborator
|
#sign-off |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
C4324 is skipped due to #5569.
This is batch 76 that structures error/warning references. See #5465 for more information.