hanchenye-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
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
ProcessLauncherLinux.cpp
Support.cpp Implementation of Intel(R) Processor Trace support for Linux 2017-06-28 07:58:31 +00:00