[PATCH] D147655: Implement mangling rules for C++20 concepts and requires-expressions.

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 26 13:16:56 PDT 2023


probinson added a comment.

> You need to do `returnit<int, 4>`.

Doh! Thanks. Those two instantiations could have different function bodies, but would have the same mangled name. Got it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147655



More information about the cfe-commits mailing list