[libcxx-commits] [libcxx] [libc++] Diagnose unused variables of container types (PR #203084)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 17 08:30:00 PDT 2026


================
@@ -0,0 +1,68 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
----------------
ldionne wrote:

Please add a short synopsis comment saying what this is testing.

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


More information about the libcxx-commits mailing list