[PATCH] D138947: [Clang] Remove invalid assert from Sema::BuildCXXTypeConstructExpr

Davide Italiano via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 30 17:08:47 PST 2022


davide added a comment.

`Exprs.size() == 1` is still valid in every example we've seen, so yes, you might want to keep it (and update the assertion message)


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

https://reviews.llvm.org/D138947



More information about the cfe-commits mailing list