[clang] [clang][bytecode] Use in `Expr::tryEvaluateObjectSize` (PR #179033)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 31 07:09:50 PST 2026
================
@@ -1,5 +1,7 @@
// RUN: %clang_cc1 -Wfortify-source -triple x86_64-apple-macosx10.14.0 %s -verify
+// RUN: %clang_cc1 -Wfortify-source -triple x86_64-apple-macosx10.14.0 -fexperimental-new-constant-interpreter %s -verify
----------------
tbaederr wrote:
I feel like adding a new RUN line in one test file that exercises the problem is enough, we're just doubling the test time for all these test files.
https://github.com/llvm/llvm-project/pull/179033
More information about the cfe-commits
mailing list