We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d131a commit 63c7ec8Copy full SHA for 63c7ec8
clang-tools-extra/docs/ReleaseNotes.rst
@@ -121,6 +121,10 @@ New check aliases
121
Changes in existing checks
122
^^^^^^^^^^^^^^^^^^^^^^^^^^
123
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
+
128
- Improved :doc:`bugprone-optional-value-conversion
129
<clang-tidy/checks/bugprone/optional-value-conversion>` check to detect
130
conversion in argument of ``std::make_optional``.
0 commit comments