fcd icon indicating copy to clipboard operation
fcd copied to clipboard

Handle floats in AST generation

Open surovic opened this issue 7 years ago • 1 comments

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 avatar Apr 23 '18 11:04 surovic

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.

surovic avatar Jun 10 '18 10:06 surovic