[clang] [clang][bytecode] Fix builtin_memcmp buffer sizes for pointers (PR #130570)
Nikolas Klauser via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 10 07:26:59 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 {
----------------
philnik777 wrote:
I'm just wondering what the meaning of an inline anonymous namespace is.
https://github.com/llvm/llvm-project/pull/130570
More information about the cfe-commits
mailing list