From d34e5cd278803baff7e73e67507b370e7d4ad1b3 Mon Sep 17 00:00:00 2001 From: zebullax Date: Sat, 1 Nov 2025 09:39:51 +0900 Subject: [PATCH] Remove deprecated flags from documentation (#201) Signed-off-by: zebullax --- P2996.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/P2996.md b/P2996.md index 9bdb902f762f..ce8939d45da2 100644 --- a/P2996.md +++ b/P2996.md @@ -45,8 +45,8 @@ The upstream LLVM project provides an excellent [Getting Started](https://llvm.o The following additional experimental features can be enabled on top of `-freflection`: - Parameter reflection as proposed by [P3096](https://wg21.link/p3096) (`-fparameter-reflection`). - Partial support for expansion statements as proposed by [P1306](https://wg21.link/p1306) (`-fexpansion-statements`). Note that expansions over constexpr ranges are not supported. -- Consteval blocks as proposed by [P3289](https://wg21.link/p3289) (`-fconsteval-blocks`). -- Newly proposed reflection syntax from [P3381](https://wg21.link/p3381) (`-freflection-new-syntax`). +- Consteval blocks as proposed by [P3289](https://wg21.link/p3289). +- Newly proposed reflection syntax from [P3381](https://wg21.link/p3381). For convenience, a unified `-freflection-latest` flag enables all of these features. Note that this fork does not implement any features proposed by P3294 ("Code Injection with Token Sequences").