diff options
| author | rillig <rillig@NetBSD.org> | 2021-02-28 02:29:28 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2021-02-28 02:29:28 +0000 |
| commit | 6dfbdbf53a8165db6e62044279e2a577d161e445 (patch) | |
| tree | 76580fa7a6e786bbd6166089aee305af57850640 /libexec/httpd | |
| parent | 5f80ac5abd0fe732e233d5971a75432921e0ab57 (diff) | |
lint: output precise type information for struct/union/enum
Previously, 'typedef enum { E } name' was output as 'name', which
omitted the information that this was an enum type. Now it is output as
'enum typedef name'.
Previously, 'typedef struct { int member; } name' was output as 'struct
<unnamed>', which omitted the typedef name. Now it is output as 'struct
typedef name'.
Diffstat (limited to 'libexec/httpd')
0 files changed, 0 insertions, 0 deletions
