Remove deprecated flags from documentation (#201)

Signed-off-by: zebullax <zebullax@gmail.com>
This commit is contained in:
zebullax
2025-11-01 09:39:51 +09:00
committed by GitHub
parent 106b53472d
commit d34e5cd278

View File

@@ -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").