summaryrefslogtreecommitdiff
path: root/libexec/httpd
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2021-02-28 02:29:28 +0000
committerrillig <rillig@NetBSD.org>2021-02-28 02:29:28 +0000
commit6dfbdbf53a8165db6e62044279e2a577d161e445 (patch)
tree76580fa7a6e786bbd6166089aee305af57850640 /libexec/httpd
parent5f80ac5abd0fe732e233d5971a75432921e0ab57 (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