[libcxx-commits] [libcxx] [libc++] mark `std::expected` as `nodiscard` (PR #130820)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 11 18:11:12 PDT 2025


================
@@ -0,0 +1,31 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+// UNSUPPORTED: c++03, c++11, c++14, c++17
+
+// <expected>
+
+// Test that std::expected generates [[nodiscard]] warnings
----------------
frederick-vs-ja wrote:

```suggestion
// Test that ignoring std::expected generates [[nodiscard]] warnings.
```

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


More information about the libcxx-commits mailing list