[Lldb-commits] [lldb] [lldb] Add SB API to access static constexpr member values (PR #89730)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 23 03:30:20 PDT 2024


================
@@ -27,6 +27,7 @@ class Task {
     enum E : unsigned char {} e;
     union U {
     } u;
+    static constexpr long static_constexpr_field = 47;
----------------
Michael137 wrote:

Should we have an XFAIL test for the non-constant case?

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


More information about the lldb-commits mailing list