<feed xmlns='http://www.w3.org/2005/Atom'>
<title>antcc/test/13-c11.c, branch trunk</title>
<subtitle>A little C compiler</subtitle>
<id>https://git.lemon.rip/antcc/atom?h=trunk</id>
<link rel='self' href='https://git.lemon.rip/antcc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/'/>
<updated>2025-12-11T19:28:26+00:00</updated>
<entry>
<title>c: accept C99 `[static N]` style array decls, changes to fn quals</title>
<updated>2025-12-11T19:28:26+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2025-12-11T19:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=8f14da7ea9032f31cb35e43ac7159274c10dc541'/>
<id>urn:sha1:8f14da7ea9032f31cb35e43ac7159274c10dc541</id>
<content type='text'>
Function parameters qualifiers don't matter outside of function
definition. `int (const int)` should be compatible with `int(int)` etc.
So no need to store them in the typedata.
</content>
</entry>
<entry>
<title>_Alignof and stuff</title>
<updated>2025-12-11T16:57:07+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2025-12-11T16:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=31f6b60f650a72d7727d386cef160f4baae70f38'/>
<id>urn:sha1:31f6b60f650a72d7727d386cef160f4baae70f38</id>
<content type='text'>
</content>
</entry>
</feed>
