[compiler-rt] [clang] [clang][UBSan] Add implicit conversion check for bitfields (PR #75481)
Axel Lundberg via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 16 10:42:37 PST 2023
================
@@ -1094,6 +1114,27 @@ void ScalarExprEmitter::EmitIntegerTruncationCheck(Value *Src, QualType SrcType,
{Src, Dst});
}
+static llvm::Value *EmitIsNegativeTestHelper(Value *V, QualType VType,
----------------
Zonotora wrote:
fixed
https://github.com/llvm/llvm-project/pull/75481
More information about the cfe-commits
mailing list