craig.topper added inline comments.
================ Comment at: lib/CodeGen/CodeGenModule.cpp:4586 + ParsedAttr.Features.erase( + remove_if(ParsedAttr.Features.begin(), ParsedAttr.Features.end(), + [&](const std::string &Feat) { ---------------- Use llvm::remove_if which takes a type that has a range? https://reviews.llvm.org/D39357 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits