[PATCH] D121646: [Concepts] Fix an assertion failure while diagnosing constrained function candidates

Roy Jacobson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 14 15:37:55 PDT 2022


royjacobson added a comment.

In D121646#3380893 <https://reviews.llvm.org/D121646#3380893>, @erichkeane wrote:

> This seems acceptable to me. Though, I wonder if `getTemplateArgumentBindingsText` should produce the leading space, that way we could just pass the result of it directly, rather than have to create a SmallString everywhere.  WDYT?

There are other places (outside SemaOverload) that use this function and don't need a space, though.
I thought about just putting the space in the diagnostic itself, but then sometimes you don't get template arguments and it fails.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121646



More information about the cfe-commits mailing list