diff options
| author | Eugene Zelenko <eugene.zelenko@gmail.com> | 2018-07-13 22:53:05 +0000 |
|---|---|---|
| committer | Eugene Zelenko <eugene.zelenko@gmail.com> | 2018-07-13 22:53:05 +0000 |
| commit | 415a1506ede3b0aefe7564e0366c5023751ffecd (patch) | |
| tree | e4fd71536c24aa5e444e1cbcc536702422bdbb3c /clang-tools-extra | |
| parent | 038771a25a61bab8db3dea04594ca77faaf67dea (diff) | |
| download | bcm5719-llvm-415a1506ede3b0aefe7564e0366c5023751ffecd.tar.gz bcm5719-llvm-415a1506ede3b0aefe7564e0366c5023751ffecd.zip | |
[Documentation] Add missing description for bugprone-exception-escape in Release Notes.
llvm-svn: 337069
Diffstat (limited to 'clang-tools-extra')
| -rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index b425d65445c..ef2f0604b4b 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 <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. |

