aaron.ballman closed this revision. aaron.ballman marked an inline comment as done. aaron.ballman added a comment.
I've committed in 86b5eabfeab164dcb680f6690e7718e3d21ceeb5 <https://reviews.llvm.org/rG86b5eabfeab164dcb680f6690e7718e3d21ceeb5> ================ Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:278 "parameter name cannot have template arguments">; -def err_parameter_name_omitted : Error<"parameter name omitted">; +def ext_parameter_name_ommitted_c2x : ExtWarn< + "omitting the parameter name in a function definition is a C2x extension">, ---------------- rsmith wrote: > Why the extra "m"? This was spelled correctly before. I fat-fingered that, good catch! I've corrected the issue in the commit. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77586/new/ https://reviews.llvm.org/D77586 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits