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

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 9 09:14:46 PDT 2026


================
@@ -0,0 +1,17 @@
+// RUN: %clang_cc1 -std=c++20 -Wno-user-defined-literals
----------------
AaronBallman wrote:

```suggestion
// RUN: %clang_cc1 -std=c++20 -Wno-user-defined-literals %s
```
:-D

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


More information about the cfe-commits mailing list