[clang-tools-extra] [clang-tidy] Add modernize-use-std-tie check (PR #191218)

via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 9 08:50:48 PDT 2026


================
@@ -151,6 +139,11 @@ New checks
   Finds common idioms which can be replaced by standard functions from the
   ``<bit>`` C++20 header.
 
+- New :doc:`modernize-use-std-tie
+  <clang-tidy/checks/modernize/use-std-tie>` check.
+
+  FIXME: Write a short description.
----------------
EugeneZelenko wrote:

Missing description.

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


More information about the cfe-commits mailing list