On Sat, Nov 16, 2024 at 12:33:51PM -0500, David Malcolm wrote:
> This patch adds metadata to some C++ diagnostics,
> referencing a specific section/anchor within a draft
> of the C++ standard. For example, this adds
> a [depr.volatile.type] tag:
>
> standard-ref-1.C:1:12: warning: ‘volatile’-qualified parameter
> is deprecated [depr.volatile.type] [-Wvolatile]
> 1 | void test (volatile int);
> | ^~~~~~~~~~~~
>
> where in a sufficiently capable terminal the [depr.volatile.type] has
> URL:
> https://eelis.net/c++draft/depr.volatile.type#3
Why not eel.is instead of eelis.net ?
Jakub