[clang-tools-extra] [clang-tidy] Add options to throw unannotated functions in `bugprone-exception-escape` (PR #168324)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 19 07:34:20 PST 2026


================
@@ -103,6 +103,14 @@ New check aliases
 Changes in existing checks
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+- Improved :doc:`bugprone-exception-escape
+  <clang-tidy/checks/bugprone/exception-escape>` check:
+
+  - Added `TreatFunctionsWithoutSpecificationAsThrowing` option to support
----------------
EugeneZelenko wrote:

List should be used for multiple changes.

https://github.com/llvm/llvm-project/pull/168324


More information about the cfe-commits mailing list