[clang-tools-extra] r337069 - [Documentation] Add missing description for bugprone-exception-escape in Release Notes.
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 13 15:53:05 PDT 2018
Author: eugenezelenko
Date: Fri Jul 13 15:53:05 2018
New Revision: 337069
URL: http://llvm.org/viewvc/llvm-project?rev=337069&view=rev
Log:
[Documentation] Add missing description for bugprone-exception-escape in Release Notes.
Modified:
clang-tools-extra/trunk/docs/ReleaseNotes.rst
Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/ReleaseNotes.rst?rev=337069&r1=337068&r2=337069&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Fri Jul 13 15:53:05 2018
@@ -82,6 +82,9 @@ Improvements to clang-tidy
- New :doc:`bugprone-exception-escape
<clang-tidy/checks/bugprone-exception-escape>` check
+ Finds functions which may throw an exception directly or indirectly, but they
+ should not.
+
- New :doc:`bugprone-parent-virtual-call
<clang-tidy/checks/bugprone-parent-virtual-call>` check.
More information about the cfe-commits
mailing list