[clang-tools-extra] [clang-tidy] Add AllowFalseEvaluated flag to clang-tidy noexcept-move-constructor check (PR #126897)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 6 01:23:01 PDT 2025


================
@@ -253,6 +253,12 @@ Changes in existing checks
   <clang-tidy/checks/readability/redundant-smartptr-get>` check by fixing
   some false positives involving smart pointers to arrays.
 
+- Improved :doc:`performance-noexcept-move-constructor
----------------
vbvictor wrote:

Please place this in alphabetical order (by check name).
Should be placed after `performance-move-const-arg`.

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


More information about the cfe-commits mailing list