Open surovic opened 6 years ago
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.
dev-clang-ast
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.