[clang-tools-extra] [clang-tidy] Add AllowFalseEvaluated flag to clang-tidy noexcept-move-constructor check (PR #126897)
Dmitry Nechitaev via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 24 02:18:50 PST 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
----------------
Nechda wrote:
Hm, these changes are related to the release notes, not the option description.
The check's documentation has already satisfied your change request. [Changes](https://github.com/llvm/llvm-project/pull/126897/files#diff-a1a8cda32e35cd375c8258cc579ee9b6603fe9acebf8c34370140f752568bc08R18-R22)
https://github.com/llvm/llvm-project/pull/126897
More information about the cfe-commits
mailing list