Remove deprecated flags from documentation (#201)
Signed-off-by: zebullax <zebullax@gmail.com>
This commit is contained in:
4
P2996.md
4
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`:
|
The following additional experimental features can be enabled on top of `-freflection`:
|
||||||
- Parameter reflection as proposed by [P3096](https://wg21.link/p3096) (`-fparameter-reflection`).
|
- 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.
|
- 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`).
|
- Consteval blocks as proposed by [P3289](https://wg21.link/p3289).
|
||||||
- Newly proposed reflection syntax from [P3381](https://wg21.link/p3381) (`-freflection-new-syntax`).
|
- 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").
|
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").
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user