Timm =?utf-8?q?B=C3=A4der?= <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================ @@ -489,6 +489,9 @@ option(CLANG_ENABLE_STATIC_ANALYZER option(CLANG_ENABLE_PROTO_FUZZER "Build Clang protobuf fuzzer." OFF) +option(CLANG_USE_EXPERIMENTAL_CONST_INTERP + "Enable the experimental new constant interpreter by default." OFF) ---------------- Endilll wrote: I think simply replacing "enable" with "use" should resolve your concern. https://github.com/llvm/llvm-project/pull/199396 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
