From: Andrew Pinski Date: Tue, 15 Oct 2024 15:05:26 +0000 (-0700) Subject: C++: Add opindex for -Wchanges-meaning [PR117157] X-Git-Tag: basepoints/gcc-16~5191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11f0ea45b1b63ec7eb6a52179ca6fd4304e7e312;p=thirdparty%2Fgcc.git C++: Add opindex for -Wchanges-meaning [PR117157] Adds missing opindex for -Wchanges-meaning Pushed as obvious after building the HTML and checking the index. gcc/ChangeLog: PR c++/117157 * doc/invoke.texi (Wno-changes-meaning): Add opindex. Signed-off-by: Andrew Pinski --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 4f4ca637549..0db754c888a 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -6448,6 +6448,8 @@ union U @{ @end itemize +@opindex Wchanges-meaning +@opindex Wno-changes-meaning @item -Wno-changes-meaning @r{(C++ and Objective-C++ only)} C++ requires that unqualified uses of a name within a class have the same meaning in the complete scope of the class, so declaring the name