diff options
author | Andrew Pinski <quic_apinski@quicinc.com> | 2024-10-15 08:05:26 -0700 |
---|---|---|
committer | Andrew Pinski <quic_apinski@quicinc.com> | 2024-10-15 08:08:48 -0700 |
commit | 11f0ea45b1b63ec7eb6a52179ca6fd4304e7e312 (patch) | |
tree | 95f3ad76f40947842a7619cb3e5bf9b475982054 | |
parent | 77076d85e9aa5e15e1fe5b7db0241fbfc18cf06d (diff) | |
download | gcc-11f0ea45b1b63ec7eb6a52179ca6fd4304e7e312.zip gcc-11f0ea45b1b63ec7eb6a52179ca6fd4304e7e312.tar.gz gcc-11f0ea45b1b63ec7eb6a52179ca6fd4304e7e312.tar.bz2 |
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_apinski@quicinc.com>
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 4f4ca63..0db754c 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 |