rsmith accepted this revision. rsmith added inline comments.
================ 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">, ---------------- Why the extra "m"? This was spelled correctly before. 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