rjmccall added inline comments.
================ Comment at: lib/CodeGen/CGBuiltin.cpp:57 + case LangOptions::TrivialAutoVarInitKind::Pattern: + Byte = CGF.Builder.getInt8(0xAA); + break; ---------------- Can this value be taken from some common source with the existing code? I mean, even if it's just a constant in some header, that'd be a start. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D60548/new/ https://reviews.llvm.org/D60548 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits