llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD
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
..
AuxVector.cpp Clean up lldb-types.h 2017-07-18 13:14:01 +00:00
AuxVector.h Enable AUTOBRIEF in doxygen configuration. 2018-05-02 16:55:16 +00:00
CMakeLists.txt [CMake] [1/4] Update a batch of plugins 2017-01-31 22:21:19 +00:00
DYLDRendezvous.cpp Use llvm::VersionTuple instead of manual version marshalling 2018-06-18 15:02:23 +00:00
DYLDRendezvous.h Enable AUTOBRIEF in doxygen configuration. 2018-05-02 16:55:16 +00:00
DynamicLoaderPOSIXDYLD.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
DynamicLoaderPOSIXDYLD.h Advanced guessing of rendezvous breakpoint (resubmit) 2018-01-11 03:46:35 +00:00