[clang] [Clang] Add constexpr eval for cmath builtins (PR #194327)

via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 29 09:28:01 PDT 2026


================
@@ -0,0 +1,187 @@
+// RUN: %clang_cc1 -fexperimental-new-constant-interpreter -verify -std=c++20 %s
+// RUN: %clang_cc1 -verify -std=c++20 %s
+
+// expected-no-diagnostics
----------------
Serosh-commits wrote:

added the test case for it thanks i missed it sry abt that

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


More information about the cfe-commits mailing list