llvm-project
07053e4d
- [LLDB]Fix logic in matches method for thread comparison (#179873)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#179873 - [LLDB]Fix logic in matches method for thread comparison
Author
Priyanshu3820
Parents
ac45132c
Loading