Title | Typedefs use int when unsigned would be better |
Status | closed |
Priority | nice |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | RootVar and LocusPrefKind are typedef'd as int, but since these types never take negative values, it would be clearer (and more consistent with other enumeration like Rank, RootMode, TraceState, BufferMode, FindDelete) to typedef them as unsigned. |
Analysis | None. |
How found | inspection |
Evidence | None |
Created by | Gareth Rees |
Created on | 2018-06-21 20:57:38 |
Last modified by | Gareth Rees |
Last modified on | 2018-06-26 09:02:25 |
History | 2018-06-21 GDR Created. |
Change | Effect | Date | User | Description |
---|---|---|---|---|
194161 | closed | 2018-06-26 08:48:31 | Gareth Rees | Use unsigned for RootVar and LocusPrefKind typedefs. |