Skip to content

Commit 0e103f6

Browse files
committed
reorder release notes
1 parent c46c186 commit 0e103f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,12 @@ Changes in existing checks
114114
and accessing ``value``. The option `IgnoreSmartPointerDereference` should
115115
no longer be needed and will be removed.
116116

117+
- Improved :doc:`bugprone-unchecked-optional-access
118+
<clang-tidy/checks/bugprone/unchecked-optional-access>` by fixing false positive from const reference accessors to objects containing optional member.
119+
117120
- Improved :doc:`bugprone-unsafe-functions
118121
<clang-tidy/checks/bugprone/unsafe-functions>` check to allow specifying
119122
additional C++ member functions to match.
120-
- Improved :doc:`bugprone-unchecked-optional-access
121-
<clang-tidy/checks/bugprone/unchecked-optional-access>` by fixing false positive from const reference accessors to objects containing optional member.
122123

123124
- Improved :doc:`misc-const-correctness
124125
<clang-tidy/checks/misc/const-correctness>` check by adding the option

0 commit comments

Comments
 (0)