Skip to content
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.

Handle global entities in AST generation #30

Open
surovic opened this issue Apr 23, 2018 · 1 comment
Open

Handle global entities in AST generation #30

surovic opened this issue Apr 23, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@surovic
Copy link

surovic commented Apr 23, 2018

The AST generation algorithm does not consider most global entities in the input bitcode. Implementing handling of global entities, such as aggregate type definitions, global variables, function declarations, etc., would improve the presentation of bitcode lifted from binaries and extracted from C code, and enable proper presentation of bitcode extracted from C++ code. This would also put fcd+remill closer to outputting complete valid C code.

@surovic surovic added the enhancement New feature or request label Apr 23, 2018
@surovic surovic added this to the Clang AST Generator milestone Jun 10, 2018
@surovic
Copy link
Author

surovic commented Jun 10, 2018

Update: Progress being made in dev-clang-ast, with initial support in 086a51b.

@surovic surovic self-assigned this Jun 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant