llvm-project
07053e4d - [LLDB]Fix logic in matches method for thread comparison (#179873)

Commit
48 days ago
[LLDB]Fix logic in matches method for thread comparison (#179873) The method claims to check if a is a subset of b, but the implementation `a | b ==a` actually checks if b is a subset of a. This patch updated the docstring.
Author
Parents
Loading