summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/VMRange.cpp
AgeCommit message (Expand)Author
2021-10-24Use llvm::any_of and llvm::none_of (NFC)Kazu Hirata
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-06[lldb] Migrate VMRange::Dump to raw_ostreamRaphael Isemann
2019-12-05[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-08-04Fix a bug in VMRangeLeonard Mosescu
2017-06-09[VMRange] Remove unused FindRangeIndexThatContainsValue().Davide Italiano
2017-06-09[VMRange] Implement comparison operators using `==` and `<`.Davide Italiano
2017-06-09[VMRange] Use llvm::find_if. Thanks to Zachary for the suggestion.Davide Italiano
2017-06-08[VMRange] Simplify a couple of member functions. NFCI.Davide Italiano
2017-04-06iwyu fixes on lldbUtility.Zachary Turner
2017-03-06Move many other files from Core -> Utility.Zachary Turner