Remove old scope/type/value analysis, fix omissions where Declaration.storage_class... master
authorNick Downing <nick@ndcode.org>
Wed, 27 Dec 2023 13:03:21 +0000 (00:03 +1100)
committerNick Downing <nick@ndcode.org>
Wed, 27 Dec 2023 13:36:16 +0000 (00:36 +1100)
commit73f08e94567082fada05b723c8d6e5fb51511d92
treea37cd88b7b1afbc65d741dca0c36ebd773e48730
parent4c1b6e6d45a7a81142896b4d9797069e0de86bac
Remove old scope/type/value analysis, fix omissions where Declaration.storage_class was not set and formal parameters were not analyzed by new type analysis
ansi_c.l
ansi_c.py
ansi_c.t
ansi_c.y
declarator.py
post_process.py