[clang] [Clang] Supports dollars in UDLs (PR #208490)

Corentin Jabot via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 9 09:25:51 PDT 2026


================
@@ -0,0 +1,17 @@
+// RUN: %clang_cc1 -std=c++20 -Wno-user-defined-literals
+
+int $;  // no_dollar-error {{expected unqualified-id}}
----------------
cor3ntin wrote:

you think ? :facepalm: 


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


More information about the cfe-commits mailing list