[clang] [clang]: reflection operator parsing for global namespace and primitive types (PR #164692)
Daniel M. Katz via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 22 14:07:06 PDT 2025
================
@@ -0,0 +1,21 @@
+// RUN: %clang_cc1 %s -std=c++23 -freflection
----------------
katzdm wrote:
Should probably be `-std=c++26`.
https://github.com/llvm/llvm-project/pull/164692
More information about the cfe-commits
mailing list