summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Host/FileSpecTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move FileSpecTest to UtilityPavel Labath2018-04-201-310/+0
* In FileSpec::Equal, short-cut GetNormalizedPath.Jim Ingham2017-03-271-0/+2
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* FileSpec: Fix PrependPathComponent("/")Pavel Labath2017-01-161-1/+23
* Add methods to enable using formatv syntax in LLDB.Zachary Turner2016-12-161-0/+24
* Fix handling of consecutive slashes in FileSpec::GetNormalizedPath()Pavel Labath2016-11-301-0/+3
* Added a couple more odd dot patterns that we got outJim Ingham2016-11-041-0/+2
* Improve ".." handling in FileSpec normalizationPavel Labath2016-10-311-10/+67
* Add a couple of fun unit tests for FileSpec::EqualPavel Labath2016-10-281-9/+82
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-95/+105
* Change the PathMappingList::FindFile to use FileSpec API'sJim Ingham2016-08-231-0/+6
* FileSpec: make matching separator-agnostic againPavel Labath2016-04-141-6/+20
* Remove obsolete commentsPavel Labath2016-04-131-2/+0
* Make FileSpec handling platform-independentPavel Labath2016-04-041-14/+19
* Fix a couple of cornercases in FileSpec + testsPavel Labath2016-03-111-0/+94
OpenPOWER on IntegriCloud