Skip to content

Make output of --dump-c --use-system-headers compilable #249

Closed
@peterschrammel

Description

@peterschrammel

In order to compile dumped C files with the original header files, we have to

  • retain typedefs involving anonymous structs/unions
  • prevent the output of structs/unions defined in system headers
  • prevent the output of built-ins
  • ...

A quick hack is here:
peterschrammel@ff6a7d1

More to come...

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions