[clang] [clang][bytecode] Fix builtin_memcmp buffer sizes for pointers (PR #130570)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 10 07:35:15 PDT 2025
================
@@ -0,0 +1,120 @@
+// RUN: %clang_cc1 -std=c++2c -fexperimental-new-constant-interpreter -verify=expected,both %s
+// RUN: %clang_cc1 -std=c++2c -verify=ref,both %s
+
+// both-no-diagnostics
+
+namespace std {
+inline namespace {
----------------
tbaederr wrote:
Oh, no meaning at all, I think cvise even removed the `inline` and I added it back so the compiler wouldn't complain.
https://github.com/llvm/llvm-project/pull/130570
More information about the cfe-commits
mailing list