llvm-project/lldb/unittests/Utility
Raphael Isemann 0d8a008611 [lldb] Remove SetCount/ClearCount from Flags
Summary:
These functions are only used in tests where we should test the actual flag values instead of counting all bits for an approximate check.
Also these popcount implementation aren't very efficient and doesn't seem to be optimised to anything fast.

Reviewers: davide, JDevlieghere

Reviewed By: davide, JDevlieghere

Subscribers: abidh, JDevlieghere, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D67540

llvm-svn: 372018
2019-09-16 18:02:49 +00:00
..
Inputs Move StructuredData from Core to Utility 2017-06-27 10:45:31 +00:00
AnsiTerminalTest.cpp [NFC] Remove lldb_utility namespace. 2019-08-21 00:50:46 +00:00
ArchSpecTest.cpp Fix bug in ArchSpec::MergeFrom 2019-05-08 22:03:22 +00:00
ArgsTest.cpp [lldb][NFC] Remove ArgEntry::ref member 2019-09-13 11:26:48 +00:00
BroadcasterTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit` 2019-09-10 00:20:50 +00:00
CompletionRequestTest.cpp [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values 2019-08-22 07:41:23 +00:00
ConstStringTest.cpp Allow direct comparison of ConstString against StringRef 2019-04-26 07:21:36 +00:00
DataExtractorTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
EnvironmentTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
EventTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
FileSpecTest.cpp Breakpad: auto-detect path style of file entries 2019-02-11 14:11:00 +00:00
FlagsTest.cpp [lldb] Remove SetCount/ClearCount from Flags 2019-09-16 18:02:49 +00:00
JSONTest.cpp Fixup for r311483: Use correct path to StreamString.h 2017-08-22 19:09:39 +00:00
ListenerTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LogTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NameMatchesTest.cpp [Utility] Reimplement RegularExpression on top of llvm::Regex 2019-08-16 21:25:36 +00:00
OptionsWithRawTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PredicateTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ProcessInfoTest.cpp Move ProcessInfo from Host to Utility. 2019-03-04 21:51:03 +00:00
ProcessInstanceInfoTest.cpp Move ProcessInstanceInfoTest to Utility 2019-08-26 13:07:02 +00:00
RangeMapTest.cpp Move RangeMap.h into Utility 2019-03-06 14:41:43 +00:00
RangeTest.cpp Move RangeMap.h into Utility 2019-03-06 14:41:43 +00:00
RegisterValueTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegularExpressionTest.cpp [Utility] Reimplement RegularExpression on top of llvm::Regex 2019-08-16 21:25:36 +00:00
ReproducerInstrumentationTest.cpp Silence 'warning C4305: 'initializing': truncation from 'double' to 'float'' with MSVC 19.16.27021.1 (VS2017 15.9.12) 2019-06-03 18:46:30 +00:00
ReproducerTest.cpp [Reproducers] Simplify providers with nested Info struct (NFC) 2019-06-12 22:17:38 +00:00
ScalarTest.cpp Implement DW_OP_convert 2019-09-10 16:17:38 +00:00
StateTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StatusTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StreamTeeTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StreamTest.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
StringExtractorTest.cpp [NFC] Return llvm::StringRef from StringExtractor::GetStringRef. 2019-08-21 04:55:56 +00:00
StringLexerTest.cpp [NFC] Remove lldb_utility namespace. 2019-08-21 00:50:46 +00:00
StringListTest.cpp [lldb][NFC] Address review comments to StringList for-loop support 2019-08-19 07:22:19 +00:00
StructuredDataTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TildeExpressionResolverTest.cpp Revert "[FileSystem] Make use of FS in TildeExpressionResolver" 2018-11-09 01:59:28 +00:00
TimeoutTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TimerTest.cpp Remove length modifier when using assignment suppression in TimerTest 2019-05-30 15:38:05 +00:00
UUIDTest.cpp Add UUID::SetFromOptionalStringRef, use it in DynamicLoaderDarwin 2019-01-24 22:43:44 +00:00
UriParserTest.cpp UriParser cleanup 2017-02-10 12:21:22 +00:00
UserIDResolverTest.cpp Refactor user/group name resolving code 2019-03-04 18:48:00 +00:00
VASprintfTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
VMRangeTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00