8000 How to unparse type declarations? · Issue #237 · rose-compiler/rose · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
How to unparse type declarations? #237
Open
@david-c-wong

Description

@david-c-wong

I have written an outliner for a code region to a new source file with that code region put in a function. In order for this new source file to be compilable, I need to include all type declarations needed for that code region. I have successfully collected all the types referenced.

Are there some utilities I can use to unparse the type declaration taking care of the order of type declaration in the presences of various C/C++ language features like namespace, typedef, nested type declaration, etc?

Thanks a lot!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0