summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/TildeExpressionResolver.cpp
AgeCommit message (Expand)Author
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-12-02[lldb] Return the original path when tilde expansion fails.Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-13[NFC] Small code cleanups in utility.Jonas Devlieghere
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-09Revert "[FileSystem] Make use of FS in TildeExpressionResolver"Jonas Devlieghere
2018-11-09[FileSystem] Make use of FS in TildeExpressionResolverJonas Devlieghere
2018-04-10s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber
2017-04-06iwyu fixes on lldbUtility.Zachary Turner
2017-03-22Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner
2017-03-22Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath
2017-03-22Delete the remainder of platform specific code in FileSpec.Zachary Turner
2017-03-16[Support] Support both Windows and Posix paths on both platforms.Zachary Turner
2017-03-13Fix android buildPavel Labath
2017-03-13Fix Linux build for the FileSpec changesPavel Labath
2017-03-13Use LLVM for file / directory enumeration.Zachary Turner
2017-03-13Resubmit "Make file / directory completion work properly on Windows."Zachary Turner
2017-03-12Revert "Make file / directory completion work properly on Windows."Zachary Turner
2017-03-12Make file / directory completion work properly on Windows.Zachary Turner