Actions
Bug #19
openViolations of Coding guidelines: All objects should have fully qualified types (unsigned int instead of unsigned)
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
12/30/2015
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Updated by Martin Roth over 8 years ago
Whatever redmine uses to parse text totally ate the regular expression above. I just added a lint script util/lint/lint-014-qualified-types to find these violations.
Updated by Martin Roth almost 2 years ago
Some utilities and payload code still uses bare unsigned, but this is completely fixed in the coreboot src/ directory.
There are unfortunately some false positives within names and comments, so the lint test should be updated in addition to fixing the above issues.
Actions