malcolm.parsons added inline comments. ================ Comment at: lib/Support/APFloat.cpp:1685 int parts = partCount(); integerPart *x = new integerPart[parts]; bool ignored; ---------------- Why not use std::unique_ptr? Repository: rL LLVM https://reviews.llvm.org/D26347