File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ Improvements to Clang's diagnostics
350350 Moved the warning for a missing (though implied) attribute on a redeclaration into this group.
351351 Added a new warning in this group for the case where the attribute is missing/implicit on
352352 an override of a virtual method.
353- - Remove ``-Wperf-constraint-implies-noexcept `` from ``-Wall ``. This warning is somewhat pedantic and
353+ - Remove ``-Wperf-constraint-implies-noexcept `` from ``-Wall ``. This warning is somewhat nit-picky and
354354 attempts to resolve it, by adding ``noexcept ``, can create new ways for programs to crash. (#GH167540)
355355- Implemented diagnostics when retrieving the tuple size for types where its specialization of `std::tuple_size `
356356 produces an invalid size (either negative or greater than the implementation limit). (#GH159563)
You can’t perform that action at this time.
0 commit comments