fcd
fcd copied to clipboard
Handle floats in AST generation
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.
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.