[all-commits] [llvm/llvm-project] c7b400: [clang][Interp] Fix ignoring SubstNonTypeTemplateP...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Aug 1 01:25:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7b400f4a8d6a0230f8479945820652b37db4d66
https://github.com/llvm/llvm-project/commit/c7b400f4a8d6a0230f8479945820652b37db4d66
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/test/AST/Interp/literals.cpp
Log Message:
-----------
[clang][Interp] Fix ignoring SubstNonTypeTemplateParmExpr
Ignore the expressions and re-do the tests without all the "result
ignored" expected warnings. Those are expected, given the nature of the
tests.
Differential Revision: https://reviews.llvm.org/D149831
More information about the All-commits
mailing list