[clang] [clang][Interp] Bail out on missing ComparisonCategoryInfo (PR #80131)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 6 10:17:05 PST 2024


================
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -fsyntax-only %s -verify
+// RUN: %clang_cc1 -fsyntax-only %s -fexperimental-new-constant-interpreter -verify
----------------
tbaederr wrote:

Yes, what I mean is, the constant interpreter should return `false` for this assignment in C.

https://github.com/llvm/llvm-project/pull/80131


More information about the cfe-commits mailing list