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

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 23 04:49:55 PDT 2024


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

Good idea.

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


More information about the lldb-commits mailing list