aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2019-10-05 17:58:28 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-12-29 14:44:21 +0100
commit2cf493d1f63f075e6fe0cccbcb7463b1aa773a74 (patch)
treea673b2a8ad549a2631936ef54d141731859dc2e3 /Documentation
parentf07a1053a90039a2d88ed62f74add2ee131d67b7 (diff)
downloadsparse-dev-2cf493d1f63f075e6fe0cccbcb7463b1aa773a74.tar.gz
packed: add support for __packed struct
Now that the 'packed' attribute is parsed and propagated into the type system, adapt the layout of structures. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/TODO.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/TODO.md b/Documentation/TODO.md
index 4dc9e63a..3f00bb11 100644
--- a/Documentation/TODO.md
+++ b/Documentation/TODO.md
@@ -4,9 +4,6 @@ TODO
Essential
---------
* SSA is broken by simplify_loads() & branches rewriting/simplification
-* attributes of struct, union & enums are ignored (and maybe others too).
- This requires correct support for __packed which itself needs partial
- and unaligned loads & stores (wip)
* add support for bitwise enums (wip)
Documentation