We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[email protected]
The DeclCheckSameStructure error has a false positive with
typedef _VERY_LONG_PROTOCOL_NAME VERY_LONG_PROTOCOL_NAME; ... struct _VERY_LONG_PROTOCOL_NAME { int field0; };
and can be "fixed" with an over-long line where the typedef without the line break is longer than 80 characters.
The CI alarmed saying that I had defined _BZ3987_MEMORY_ACCEPTANCE_PROTOCOL twice, which is not correct.
_BZ3987_MEMORY_ACCEPTANCE_PROTOCOL
The typedef with a line break should not trigger this alarm.
A typedef should be allowed to span two lines if it would otherwise take more than 80 characters.
Ran in edk2's CI
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Contact Details
[email protected]
Describe the Bug
The DeclCheckSameStructure error has a false positive with
and can be "fixed" with an over-long line where the typedef without the line break is longer than 80 characters.
Reproduction steps
The CI alarmed saying that I had defined
_BZ3987_MEMORY_ACCEPTANCE_PROTOCOL
twice, which is not correct.Expected behavior
The typedef with a line break should not trigger this alarm.
A typedef should be allowed to span two lines if it would otherwise take more than 80 characters.
Execution Environment
Ran in edk2's CI
Pip packages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: