================ @@ -437,7 +437,9 @@ ExprResult Parser::createEmbedExpr() { SourceLocation StartLoc = ConsumeAnnotationToken(); if (Data->BinaryData.size() == 1) { Res = IntegerLiteral::Create(Context, - llvm::APInt(CHAR_BIT, Data->BinaryData.back()), + llvm::APInt(CHAR_BIT, Data->BinaryData.back(), ---------------- nikic wrote:
Done, though I used `(unsigned char)` to match `CHAR_BIT` more closely. https://github.com/llvm/llvm-project/pull/80309 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits