summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/FileSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-061-9/+7
* [lldb] Remove FileSpec(FileSpec*) constructorPavel Labath2019-12-041-9/+0
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-041-0/+8
* [lldb] refactor FileSpec::EqualPavel Labath2019-11-281-13/+3
* lldb: Fix some -Wdeprecated-copy warningsPavel Labath2019-11-111-10/+0
* Fix variable mismatch between signature and bodyJonas Devlieghere2019-08-151-3/+3
* [NFC] Fix documentation for some utility classes.Jonas Devlieghere2019-08-151-1/+1
* Delete unnecessary copy ctorsFangrui Song2019-05-221-5/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-48/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-6/+6
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Breakpad: auto-detect path style of file entriesPavel Labath2019-02-111-0/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* DWARF: Add some support for non-native directory separatorsPavel Labath2019-01-161-0/+5
* [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