summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/FileSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Small code cleanups in utility.Jonas Devlieghere2018-12-131-1/+1
* Remove comments after header includes.Jonas Devlieghere2018-11-111-8/+8
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-96/+15
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-5/+0
* [FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere2018-11-011-36/+0
* [FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere2018-11-011-13/+0
* [FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere2018-11-011-7/+0
* [FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.Jonas Devlieghere2018-11-011-33/+0
* [lldb] Fix lldb build on muslRaphael Isemann2018-08-281-0/+1
* Revert "[FileSpec] Always normalize"Jonas Devlieghere2018-06-251-6/+104
* [FileSpec] Always normalizeJonas Devlieghere2018-06-241-104/+6
* [FileSpec] Refactor append and prepend implemenetations. NFCJonas Devlieghere2018-06-241-94/+20
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-6/+9
* [FileSpec] Simplify getting extension and stem.Jonas Devlieghere2018-06-131-8/+3
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-131-64/+45
* [FileSpec] Re-implmenet removeLastPathComponentJonas Devlieghere2018-05-301-29/+8
* Fix PathMappingList for relative and empty paths after recent FileSpec normal...Greg Clayton2018-05-211-25/+29
* FileSpec objects that resolve to "." should have "." in m_filename and m_dire...Greg Clayton2018-05-171-0/+8
* FileSpec: Remove PathSyntax enum and use llvm version insteadPavel Labath2018-05-141-62/+45
* Remove custom path manipulation functions from FileSpecPavel Labath2018-05-111-85/+5
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-53/+45
* Fixup r331049 (FileSpec auto-normalization)Pavel Labath2018-04-301-10/+4
* Fix build bots after r331049 broke them.Greg Clayton2018-04-271-10/+10
* Always normalize FileSpec paths.Greg Clayton2018-04-271-106/+130
* s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber2018-04-101-2/+1
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-101-6/+6
* iwyu fixes on lldbUtility.Zachary Turner2017-04-061-5/+15
* In FileSpec::Equal, short-cut GetNormalizedPath.Jim Ingham2017-03-271-1/+26
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-0/+931
OpenPOWER on IntegriCloud