summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Utility/FileSpecTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-041-0/+21
* [lldb] Add FileSpec::Equal unit testsPavel Labath2019-11-281-0/+20
* [lldb] Simplify and improve FileSpecTestPavel Labath2019-11-281-24/+24
* 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
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-42/+41
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-131-1/+10
* [FileSpec] Re-implmenet removeLastPathComponentJonas Devlieghere2018-05-301-0/+41
* Fix PathMappingList for relative and empty paths after recent FileSpec normal...Greg Clayton2018-05-211-0/+47
* Fix buildbots after it 332618Greg Clayton2018-05-171-2/+0
* FileSpec objects that resolve to "." should have "." in m_filename and m_dire...Greg Clayton2018-05-171-4/+6
* Revert 332511 after reverting llvm revision 332508.Greg Clayton2018-05-161-4/+4
* Fix FileSpecTest after LLVM changes to remove_dots (https://reviews.llvm.org/...Greg Clayton2018-05-161-4/+4
* FileSpec: Remove PathSyntax enum and use llvm version insteadPavel Labath2018-05-141-34/+31
* Remove custom path manipulation functions from FileSpecPavel Labath2018-05-111-4/+4
* Always normalize FileSpec paths.Greg Clayton2018-04-271-57/+25
* Move FileSpecTest to UtilityPavel Labath2018-04-201-0/+310
OpenPOWER on IntegriCloud