CVS log for src/tests/usr.bin/xlint/lint1/decl_enum.c
Up to [cvs.NetBSD.org] / src / tests / usr.bin / xlint / lint1
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Oct 29 20:48:31 2024 UTC (4 months, 3 weeks ago) by rillig
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
lint: add details to message about too large integer constant
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 1 12:36:56 2024 UTC (10 months, 3 weeks ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +13 -1
lines
tests/lint: test large enum constants and offsetof with array members
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jun 30 21:39:54 2023 UTC (20 months, 3 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
lint: clean up names related to declaration levels
The previous prefix 'DK_' (declaration level kind) had a conflict with
the 'DK_' (designator kind) in init.c, so change the prefix to 'DLK_'.
The new name for dinfo_t is decl_level, which is more expressive.
No functional change.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Apr 16 09:22:25 2022 UTC (2 years, 11 months ago) by rillig
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -1
lines
lint: in C99 mode, allow trailing comma in enum declarations
Adjust the test to be run in C90 mode instead of traditional mode, since
traditional C didn't have enums.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 8 21:29:29 2022 UTC (2 years, 11 months ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +42 -1
lines
lint: remove unused message 70, add some more tests
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jul 15 21:00:05 2021 UTC (3 years, 8 months ago) by rillig
Branches: MAIN
tests/lint: cover more edge cases in the parser
CVSweb <webmaster@jp.NetBSD.org>