erik.pilkington accepted this revision. erik.pilkington added a comment. This revision is now accepted and ready to land.
LGTM, thanks! Do you have your commit rights yet? ================ Comment at: include/clang/AST/TemplateBase.h:469 + + // Allow more additional argument kinds for the constructor. + assert(Argument.getKind() == TemplateArgument::NullPtr || ---------------- This comment sounds pretty strange, how about "Permit any kind of template argument that can be represented with an expression"? Repository: rC Clang https://reviews.llvm.org/D49766 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits