[PATCH] D148914: [Sema][NFC] add check before using `BuildExpressionFromIntegralTemplateArgument`

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 21 06:37:29 PDT 2023


erichkeane requested changes to this revision.
erichkeane added a comment.
This revision now requires changes to proceed.

This is the wrong fix here, the crash is appropriate here, else we're not getting the type right.  For your example, we need to be setting up the template arguments correctly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148914



More information about the cfe-commits mailing list