[libcxx-commits] [libcxx] WIP - [libc++][debugging] P2546R5: Debugging support & P2810R4: `is_debugger_present` `is_replaceable` (PR #81447)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 20 10:55:02 PDT 2024
================
@@ -0,0 +1,35 @@
+//===----------------------------------------------------------------------===//
+//
+// 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, c++20, c++23
+// REQUIRES: linux && no-filesystem
+
+// <debugging>
+
+// bool is_debugger_present() noexcept;
----------------
mordante wrote:
Can you add comment that this test tests the "true" result and that `libcxx/test/std/utilities/debugging/is_debugger_present.pass.cpp` tests the properties and the `false` result. The same for the other tests.
https://github.com/llvm/llvm-project/pull/81447
More information about the libcxx-commits
mailing list