llvm-project/lldb/source/Host/linux
Pavel Labath 2272c4811f Use llvm::VersionTuple instead of manual version marshalling
Summary:
This has multiple advantages:
- we need only one function argument/instance variable instead of three
- no need to default initialize variables
- no custom parsing code
- VersionTuple has comparison operators, which makes version comparisons much
  simpler

Reviewers: zturner, friss, clayborg, jingham

Subscribers: emaste, lldb-commits

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

llvm-svn: 334950
2018-06-18 15:02:23 +00:00
..
AbstractSocket.cpp Re-landing IPv6 support for LLDB Host 2017-04-26 23:17:20 +00:00
Host.cpp [FileSpec] Make style argument mandatory for SetFile. NFC 2018-06-13 22:23:48 +00:00
HostInfoLinux.cpp Use llvm::VersionTuple instead of manual version marshalling 2018-06-18 15:02:23 +00:00
LibcGlue.cpp cmake: Put PROCESS_VM_READV detection results into Config.h 2017-06-02 12:29:08 +00:00
ProcessLauncherLinux.cpp Transform ProcessLauncherLinux to ProcessLauncherPosixFork 2017-02-01 14:30:40 +00:00
Support.cpp Implementation of Intel(R) Processor Trace support for Linux 2017-06-28 07:58:31 +00:00