[PATCH] D97196: [clang-tidy] Add new check 'bugprone-unhandled-exception-at-new'.

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 22 09:13:33 PST 2021


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:73
+
+New checks
+^^^^^^^^^^
----------------
Please rebase from trunk.


================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:79
+
+Finds calls to ``new`` that may throw exception that is not handled.
 
----------------
Please indent.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97196/new/

https://reviews.llvm.org/D97196



More information about the cfe-commits mailing list