rsmith accepted this revision. rsmith added inline comments. This revision is now accepted and ready to land.
================ Comment at: lib/Sema/SemaDeclCXX.cpp:13875-13876 + // A deleted function is implicitly inline. + // NOTE: Modules cannot correctly merge deleted functions unless they are + // inline. + Fn->setImplicitlyInline(); ---------------- This comment is effectively saying "Modules relies on the AST being correct". I don't think we need it. https://reviews.llvm.org/D26143 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits