================
@@ -342,14 +342,13 @@ enum ValueType {
   eValueTypeVariableThreadLocal = 8, ///< thread local storage variable
   eValueTypeVTable = 9,              ///< virtual function table
   eValueTypeVTableEntry = 10, ///< function pointer in virtual function table
+  /// A mask that we can use to check if the value type is synthetic or not.
+  // NOTE: This limits the number of value types to 31, but that's 3x more than
+  // what we currently have now. See lldb/Utility/ValueType.h for helpers for
+  // working with synthetic value types.
----------------
JDevlieghere wrote:

```suggestion
  /// A mask that we can use to check if the value type is synthetic or not.
  /// NOTE: This limits the number of value types to 31, but that's 3x more than
  /// what we currently have now. See lldb/Utility/ValueType.h for helpers for
  /// working with synthetic value types.
```

https://github.com/llvm/llvm-project/pull/195540
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to