[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
================
@@ -110,6 +110,12 @@ Changes in existing checks
<clang-tidy/checks/misc/redundant-expression>` check by providing additional
examples and fixing some macro related false positives.
+- Improved :doc:`performance-noexcept-move-constructor
+ <clang-tidy/checks/performance/noexcept-move-constructor>` check by adding
+ a new (off-by-default) option `AllowFalseEvaluated`, which allows marking
----------------
vbvictor wrote:
Usually we don't write default values of options in ReleaseNotes, you could remove it
https://github.com/llvm/llvm-project/pull/126897
More information about the cfe-commits
mailing list