[clang-tools-extra] [clang-tidy][C++20] Add support for Initialization Forwarding in Nested Object Construction (PR #131969)

David Rivera via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 23 22:05:56 PDT 2025


================
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s modernize-use-emplace %t -- \
+// RUN: %check_clang_tidy %s -std=c++17 modernize-use-emplace %t -- \
----------------
RiverDave wrote:

Thx for your suggestions, this is really great, this should be addressed now.

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


More information about the cfe-commits mailing list