================
@@ -252,7 +253,8 @@ class FilterRule {
 
   const bool m_accept;
   const size_t m_attribute_index;
-  const ConstString m_operation;
+  // The lifetime of m_operation should be static.
----------------
JDevlieghere wrote:

Static seems confusing in this context. Do you mean should be fixed for the 
lifetime of this object?

https://github.com/llvm/llvm-project/pull/68347
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to