index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
usr.bin
/
xlint
/
lint1
/
msg_247.c
Age
Commit message (
Expand
)
Author
2023-07-07
lint: only skip 'unused' warnings after errors, not other warnings
rillig
2023-07-05
tests/lint: add platform-specific tests for troublesome pointer casts
rillig
2023-04-22
lint: don't warn about cast between union and one of its member types
rillig
2023-04-22
tests/lint: add test for conversions to and from a union type
rillig
2023-03-28
lint: warn about extern declarations outside headers
rillig
2022-06-24
lint: do not warn about pointer casts to array types
rillig
2022-06-24
tests/lint: demonstrate another warning about pointer casts
rillig
2022-06-24
lint: allow pointer cast between compatible structs
rillig
2022-06-24
tests/lint: demonstrate warning for cast between compatible structs
rillig
2022-06-24
lint: do not warn about pointer cast between sockaddr variants
rillig
2022-06-24
tests/lint: demonstrate pointer casts between sockaddr variants
rillig
2022-06-24
lint: allow pointer cast from char to struct/union
rillig
2022-06-24
tests/lint: demonstrate dubious warnings for pointer casts
rillig
2022-06-16
tests/lint: add more details to messages in msg_200 until msg_299
rillig
2022-06-11
lint: add quotes around a few more placeholders in messages
rillig
2021-07-15
lint: allow pointer casts from 'char *' and 'unsigned char *'
rillig
2021-07-15
tests/lint: demonstrate questionable warnings for pointer casts
rillig
2021-07-10
lint: rename clrtyp/deftyp to begin_type/end_type
rillig
2021-04-09
lint: do not warn about pointer conversion to or from incomplete type
rillig
2021-04-09
tests/lint: document where the 38,000 lint warnings come from
rillig
2021-04-08
tests/lint: refine comment and function name in test for pointer cast
rillig
2021-04-08
lint: don't warn about cast between pointers to compatible structs
rillig
2021-04-08
tests/lint: add test for struct pointer cast
rillig
2021-03-30
tests/lint: remove outdated comments
rillig
2021-03-26
lint: allow pointer cast to 'char *' and 'unsigned char *'
rillig
2021-03-26
tests/lint: add tests for warning about cast to character types
rillig
2021-03-14
tests/lint: document how lint discards the typedef name in 247
rillig
2021-03-14
tests/lint: add test for message 247 for pointer to unnamed struct
rillig
2021-02-28
tests/lint: keep messages in test files in sync with actual messages
rillig
2021-02-21
lint: force each test to declare the expected diagnostics
rillig
2021-01-02
lint: add a test for each message produced by lint1
rillig