[PATCH] D148372: [clang] add diagnose when member function contains invalid default argument

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 25 09:33:39 PDT 2023


rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.

Are there any calls to `Sema::ActOnParamDefaultArgumentError` left? If not, can you also remove the function?

Otherwise this LGTM, thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148372/new/

https://reviews.llvm.org/D148372



More information about the cfe-commits mailing list