Unverified Commit 625197d3 authored by Qizhi Hu's avatar Qizhi Hu Committed by GitHub
Browse files

[clang][ASTImporter] Support Importer of BuiltinBitCastExpr (#74813)

Since import `ExplicitCastExpr` lacks of processing
`BuiltinBitCastExprClass` type, it would reach to the 'unreachable' code
and produce the crash. This patch aims to fix the
[crash](https://github.com/llvm/llvm-project/issues/74774

) and try to
handle `BuiltinBitCastExpr`.

Co-authored-by: default avatarhuqizhi <836744285@qq.com>
parent 7109a462
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment