[clang] [compiler-rt] [clang][UBSan] Add implicit conversion check for bitfields (PR #75481)
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 15 10:50:36 PST 2023
================
@@ -1094,6 +1114,27 @@ void ScalarExprEmitter::EmitIntegerTruncationCheck(Value *Src, QualType SrcType,
{Src, Dst});
}
+static llvm::Value *EmitIsNegativeTestHelper(Value *V, QualType VType,
----------------
vitalybuka wrote:
Please extract lambda to function into a separate patch
https://github.com/llvm/llvm-project/pull/75481
More information about the cfe-commits
mailing list