https://gcc.gnu.org/g:11f0ea45b1b63ec7eb6a52179ca6fd4304e7e312

commit r15-4362-g11f0ea45b1b63ec7eb6a52179ca6fd4304e7e312
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Tue Oct 15 08:05:26 2024 -0700

    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 <quic_apin...@quicinc.com>

Diff:
---
 gcc/doc/invoke.texi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 4f4ca6375495..0db754c888a6 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

Reply via email to