tbaeder added inline comments.
================ Comment at: clang/lib/AST/Interp/ByteCodeExprGen.cpp:447 + APInt Val(getIntWidth(LitType), E->getValue()); + return this->emitConst(*T, 0, Val, E); + } ---------------- The `0` here is unused in `emitConst` anyway. I have a follow-up NFC patch locally to remove that parameter from `emitConst` altogether. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D135366/new/ https://reviews.llvm.org/D135366 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits