[clang-tools-extra] [clang-tidy] Add performance-expensive-value-or check (PR #200166)

Endre Fülöp via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 10 05:58:10 PDT 2026


================
@@ -449,3 +452,5 @@ struct in_place_t {};
 constexpr in_place_t in_place;
 
 } // namespace std
+
+#endif // _CLANG_TIDY_TEST_STD_TYPE_TRAITS_H
----------------
gamesh411 wrote:

Fixed.

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


More information about the cfe-commits mailing list