nickdesaulniers added inline comments.
================ Comment at: clang/lib/CodeGen/CGStmt.cpp:1989 std::vector<llvm::Value*> Args; + std::vector<bool> ResultTypeRequiresCast; ---------------- Are we able to use something other than `std::vector<bool>` here from ADT? http://llvm.org/docs/ProgrammersManual.html#bit-storage-containers-bitvector-sparsebitvector Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D65234/new/ https://reviews.llvm.org/D65234 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits