Rework compound type handling:
authorMatthias Braun <matze@braunis.de>
Sun, 8 Mar 2009 16:19:00 +0000 (16:19 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 8 Mar 2009 16:19:00 +0000 (16:19 +0000)
commit4633337d25ebd26db4dc4034216acee7e22765e7
treea5a1818079e93b047c40b2cef9a73e604971d377
parent06d493cf7c865514909e880863e515416f008a88
Rework compound type handling:
- type layout is calculated completely in parser.c now. No more code duplication  in ast2firm.c
- anonymous structs/unions are not flattened anymore, but implicit select
  expressions are created

[r25637]
TODO
ast2firm.c
ast_t.h
entity_t.h
lang_features.h
parser.c