Skip to content

Commit 9190685

Browse files
author
Doug Wyatt
committed
pedantic -> nit-picky
1 parent 0212ff5 commit 9190685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)