Skip to content

Commit 63c7ec8

Browse files
committed
[clang-tidy] add ReleaseNotes
1 parent b0d131a commit 63c7ec8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ New check aliases
121121
Changes in existing checks
122122
^^^^^^^^^^^^^^^^^^^^^^^^^^
123123

124+
- Improved :doc:`bugprone-exception-escape
125+
<clang-tidy/checks/bugprone/exception-escape>` check to print stack trace
126+
of a potentially escaped exception.
127+
124128
- Improved :doc:`bugprone-optional-value-conversion
125129
<clang-tidy/checks/bugprone/optional-value-conversion>` check to detect
126130
conversion in argument of ``std::make_optional``.

0 commit comments

Comments
 (0)