-
Notifications
You must be signed in to change notification settings - Fork 984
Structure warning references in range [C4311, C4360] #5719
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
Structure warning references in range [C4311, C4360] #5719
Conversation
PRMerger Results
|
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
|
#sign-off |
C4324 is skipped due to #5569.
This is batch 76 that structures error/warning references. See #5465 for more information.