[clang-tools-extra] [clang-tidy] Improve `ExceptionSpecAnalyzer`s handling of conditional noexcept expressions (PR #68359)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 6 00:22:41 PDT 2023
================
@@ -284,6 +284,12 @@ Changes in existing checks
<clang-tidy/checks/performance/faster-string-find>` check to properly escape
single quotes.
+- Improved :doc:`performance-noexcept-move-constructor
+ <clang-tidy/checks/performance/noexcept-move-constructor>` and
+ :doc:`performance-noexcept-swap<clang-tidy/checks/performance/noexcept-swap>`
----------------
PiotrZSL wrote:
duplicate this change note, here leave one for move-constructor, and part about swap merge with next entry in line 293. So we could have 1 entry per check.
https://github.com/llvm/llvm-project/pull/68359
More information about the cfe-commits
mailing list