From 415a1506ede3b0aefe7564e0366c5023751ffecd Mon Sep 17 00:00:00 2001 From: Eugene Zelenko Date: Fri, 13 Jul 2018 22:53:05 +0000 Subject: [PATCH] [Documentation] Add missing description for bugprone-exception-escape in Release Notes. llvm-svn: 337069 --- clang-tools-extra/docs/ReleaseNotes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index b425d65..ef2f060 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -82,6 +82,9 @@ Improvements to clang-tidy - New :doc:`bugprone-exception-escape ` check + Finds functions which may throw an exception directly or indirectly, but they + should not. + - New :doc:`bugprone-parent-virtual-call ` check. -- 2.7.4