<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cproc.git/tests, branch defer</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.vlhl.dev/navi/cproc.git/atom?h=defer</id>
<link rel='self' href='https://git.vlhl.dev/navi/cproc.git/atom?h=defer'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/cproc.git/'/>
<updated>2019-04-16T19:26:18+00:00</updated>
<entry>
<title>tests -&gt; test</title>
<updated>2019-04-16T19:26:18+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2019-04-16T19:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/cproc.git/commit/?id=de004660726acb148bf0022706b7019ca560172d'/>
<id>urn:sha1:de004660726acb148bf0022706b7019ca560172d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix offset of initializer following fixed-length string</title>
<updated>2019-04-16T19:25:00+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2019-04-16T19:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/cproc.git/commit/?id=953e1e6f287d8bc00b2ef8d2197a20a549274eb3'/>
<id>urn:sha1:953e1e6f287d8bc00b2ef8d2197a20a549274eb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>expr: Handle compound assignment of bit-fields</title>
<updated>2019-04-16T06:08:33+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2019-04-16T05:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/cproc.git/commit/?id=5eb638ef6c5e2b1abb927ad395aa6f15fcb3e92a'/>
<id>urn:sha1:5eb638ef6c5e2b1abb927ad395aa6f15fcb3e92a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle static sub-initializers</title>
<updated>2019-04-15T08:15:07+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2019-04-15T08:11:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/cproc.git/commit/?id=fca0b26275a82c480a5286c281834dad6887b410'/>
<id>urn:sha1:fca0b26275a82c480a5286c281834dad6887b410</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial support for loading/storing bit-fields</title>
<updated>2019-04-14T19:42:12+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2019-04-14T19:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/cproc.git/commit/?id=ea4a14c7a4943498f49c26824d68a8d4776c5ddc'/>
<id>urn:sha1:ea4a14c7a4943498f49c26824d68a8d4776c5ddc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>decl: Make signedness of enum types match gcc</title>
<updated>2019-04-14T07:19:57+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2019-04-14T07:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/cproc.git/commit/?id=44c0cbd2080fce59bffe8b91f4ec44512710f2c5'/>
<id>urn:sha1:44c0cbd2080fce59bffe8b91f4ec44512710f2c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix _Alignas with type specifier</title>
<updated>2019-04-05T18:24:45+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2019-04-05T18:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/cproc.git/commit/?id=3411746ee9e93981ad0a9c28fc6e33d5d4c9bfd4'/>
<id>urn:sha1:3411746ee9e93981ad0a9c28fc6e33d5d4c9bfd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Make member access its own expression type"</title>
<updated>2019-04-04T04:56:48+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2019-04-03T19:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/cproc.git/commit/?id=5b8a2d225ca3777c7b49421182bb5c1faf99ae64'/>
<id>urn:sha1:5b8a2d225ca3777c7b49421182bb5c1faf99ae64</id>
<content type='text'>
This reverts commit b3865e402e426387d4cdccdcd249a02d5ba1bc05.

This breaks member address expressions in static initializers. We can
support bit-fields by instead adding a "bit-field" expression that
affects loads and stores to the underlying object.
</content>
</entry>
<entry>
<title>Make member access its own expression type</title>
<updated>2019-04-03T07:46:08+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2019-04-03T07:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/cproc.git/commit/?id=b3865e402e426387d4cdccdcd249a02d5ba1bc05'/>
<id>urn:sha1:b3865e402e426387d4cdccdcd249a02d5ba1bc05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start to handle overlapping initializers</title>
<updated>2019-03-16T02:51:06+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2019-03-16T02:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/cproc.git/commit/?id=4acc9078f1572a611e5cf5048ed57ea6498d0bb9'/>
<id>urn:sha1:4acc9078f1572a611e5cf5048ed57ea6498d0bb9</id>
<content type='text'>
</content>
</entry>
</feed>
