[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
Wed Jun 4 03:29:38 PDT 2025
================
@@ -0,0 +1,63 @@
+// RUN: %check_clang_tidy %s performance-noexcept-move-constructor %t -- -- -fexceptions
----------------
vbvictor wrote:
Generally with options-test-file we do not need to check basic functionality since it should be covered in main test file
https://github.com/llvm/llvm-project/pull/126897
More information about the cfe-commits
mailing list