This revision was automatically updated to reflect the committed changes.
Closed by commit rL372018: [lldb] Remove SetCount/ClearCount from Flags
(authored by teemperor, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://revie
JDevlieghere accepted this revision.
JDevlieghere added a comment.
Thanks!
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67540/new/
https://reviews.llvm.org/D67540
___
lldb-commits mailing list
lldb-commits@lists.l
davide accepted this revision.
davide added a comment.
This revision is now accepted and ready to land.
Sure. If anything something like this should live in llvm/Support, but given
it's not used, it should live nowhere.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.
teemperor created this revision.
teemperor added a reviewer: davide.
Herald added subscribers: lldb-commits, JDevlieghere, abidh.
Herald added a project: LLDB.
These functions are only used in tests where we should test the actual flag
values instead of counting all bits for an approximate check.