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

Handle floats in AST generation #31

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

Handle floats in AST generation #31

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 completely disregards floating point types and crashes if the input bitcode contains them. Needless to say, floats should be handled better.

@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 surovic self-assigned this Jun 10, 2018
@surovic
Copy link
Author

surovic commented Jun 10, 2018

Update: Progress being made on dev-clang-ast as a part of the AST generator rewrite. Floats are being given the same attention as other LLVM IR types.

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