History log of /netbsd-current/tests/usr.bin/xlint/lint1/gcc_typeof.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.7 02-Aug-2023 rillig

lint: distinguish between arguments and parameters


# 1.6 28-Mar-2023 rillig

lint: warn about extern declarations outside headers

https://mail-index.netbsd.org/tech-userlevel/2023/03/15/msg013727.html


# 1.5 21-Jan-2023 rillig

lint: fix null pointer dereference on invalid argument to __typeof__


Revision tags: netbsd-10-base
# 1.4 10-Apr-2022 rillig

lint: fix assertion failure on duplicate qualifiers from __typeof__


# 1.3 25-Jul-2021 rillig

lint: do not parse 'typeof(0)(void)' as function call

Previously, lint tried to parse 'typeof(0)(void)' as 'typeof'
'(0)(void)', which tries to call 0 as a function.


# 1.2 25-Jul-2021 rillig

tests/lint: document parse error for GCC typeof


# 1.1 25-Jul-2021 rillig

tests/lint: demonstrate missing support for GCC typeof


# 1.6 28-Mar-2023 rillig

lint: warn about extern declarations outside headers

https://mail-index.netbsd.org/tech-userlevel/2023/03/15/msg013727.html


# 1.5 21-Jan-2023 rillig

lint: fix null pointer dereference on invalid argument to __typeof__


Revision tags: netbsd-10-base
# 1.4 10-Apr-2022 rillig

lint: fix assertion failure on duplicate qualifiers from __typeof__


# 1.3 25-Jul-2021 rillig

lint: do not parse 'typeof(0)(void)' as function call

Previously, lint tried to parse 'typeof(0)(void)' as 'typeof'
'(0)(void)', which tries to call 0 as a function.


# 1.2 25-Jul-2021 rillig

tests/lint: document parse error for GCC typeof


# 1.1 25-Jul-2021 rillig

tests/lint: demonstrate missing support for GCC typeof


# 1.5 21-Jan-2023 rillig

lint: fix null pointer dereference on invalid argument to __typeof__


Revision tags: netbsd-10-base
# 1.4 10-Apr-2022 rillig

lint: fix assertion failure on duplicate qualifiers from __typeof__


# 1.3 25-Jul-2021 rillig

lint: do not parse 'typeof(0)(void)' as function call

Previously, lint tried to parse 'typeof(0)(void)' as 'typeof'
'(0)(void)', which tries to call 0 as a function.


# 1.2 25-Jul-2021 rillig

tests/lint: document parse error for GCC typeof


# 1.1 25-Jul-2021 rillig

tests/lint: demonstrate missing support for GCC typeof


# 1.4 10-Apr-2022 rillig

lint: fix assertion failure on duplicate qualifiers from __typeof__


# 1.3 25-Jul-2021 rillig

lint: do not parse 'typeof(0)(void)' as function call

Previously, lint tried to parse 'typeof(0)(void)' as 'typeof'
'(0)(void)', which tries to call 0 as a function.


# 1.2 25-Jul-2021 rillig

tests/lint: document parse error for GCC typeof


# 1.1 25-Jul-2021 rillig

tests/lint: demonstrate missing support for GCC typeof