================
@@ -101,6 +101,7 @@ inline constexpr bool isSignedType(PrimType T) {
enum class CastKind : uint8_t {
Reinterpret,
+ ReinterpretLike,
----------------
ojhunt wrote:Would `Bitwise` be better than `ReinterpretLike`? https://github.com/llvm/llvm-project/pull/165385 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
