[PATCH] D126160: [Concepts] Add an error for unsupported P0848 (destructor overloading) code

Roy Jacobson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 22 08:42:33 PDT 2022


royjacobson planned changes to this revision.
royjacobson added a comment.

I've thought about this a bit more and I want to move the diagnostic into SemaTemplateInstantiateDecl or somewhere close. It makes more sense because it's closer to where P0848 needs to be implemented and it will spam less errors.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126160



More information about the cfe-commits mailing list