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