[PATCH] D136545: [Clang] use non-template function declaration for constraints partial ordering
Roy Jacobson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 23 12:17:18 PDT 2022
royjacobson accepted this revision.
royjacobson added a comment.
This revision is now accepted and ready to land.
LGTM, thanks for picking it up! I wonder how much effect this has on compilation times given that `SubsumptionCache` caches subsumption by the `Decl *` pair...
One Q - do you think that adding an assert to IsAtLeastAsConstrained to not accept 'instantiated' functions/structs again is possible somehow?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136545/new/
https://reviews.llvm.org/D136545
More information about the cfe-commits
mailing list