[PATCH] D149831: [clang][Interp] Fix ignoring SubstNonTypeTemplateParmExpr

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 4 02:39:08 PDT 2023


tbaeder created this revision.
tbaeder added reviewers: aaron.ballman, erichkeane, tahonermann, shafik.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
tbaeder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

  Ignore the expressions and re-do the tests without all the "result
  ignored" expected warnings. Those are expected, given the nature of the
  tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149831

Files:
  clang/lib/AST/Interp/ByteCodeExprGen.cpp
  clang/test/AST/Interp/literals.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149831.519400.patch
Type: text/x-patch
Size: 2727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230504/59283fc4/attachment.bin>


More information about the cfe-commits mailing list