From da2de4cf1e318d91aa8d68d56bb5c01f1c7b7580 Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Thu, 2 Jul 2026 11:59:42 +0200 Subject: [PATCH] Add Clang 23 support for P3733 Signed-off-by: Jan Schultke --- features_cpp29.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/features_cpp29.yaml b/features_cpp29.yaml index 3bcd6f3..e144abb 100644 --- a/features_cpp29.yaml +++ b/features_cpp29.yaml @@ -1,3 +1,9 @@ --- features: - - desc: "Placeholder" + - desc: "More named universal character escapes" + paper: P3733 + support: + - Clang 23 + ftm: + - name: __cpp_named_character_escapes + value: 202606L