[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:06:47 PDT 2025
================
@@ -0,0 +1,86 @@
+// RUN: %check_clang_tidy %s -std=c++20 modernize-use-emplace %t -- \
----------------
RiverDave wrote:
File was removed as suggested, will create a new file for future work on designated inits
https://github.com/llvm/llvm-project/pull/131969
More information about the cfe-commits
mailing list