summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/PathV2.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Support/PathV2: Fix append to not add a slash to empty or root paths.Michael J. Spencer2010-12-061-1/+1
* Silence 'may be used uninitialized in this function' warnings. Static analysisBill Wendling2010-12-041-2/+2
* Support/PathV2: Remove redundant calls to make_error_code.Michael J. Spencer2010-12-041-32/+32
* Support/FileSystem: Add status implementation.Michael J. Spencer2010-12-041-0/+2
* Support/FileSystem: Add create_director{y,ies} implementations.Michael J. Spencer2010-12-031-0/+15
* Support/FileSystem: Add copy_file implementation. Not tests yet because theMichael J. Spencer2010-12-011-3/+8
* Support/PathV2: Add is_{absolute,relative} implementation.Michael J. Spencer2010-12-011-0/+24
* Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filen...Michael J. Spencer2010-12-011-18/+70
* Support/PathV2: Add extension implementation.Michael J. Spencer2010-12-011-0/+16
* Support/PathV2: Add stem implementation.Michael J. Spencer2010-12-011-0/+16
* Support/PathV2: Add filename implementation.Michael J. Spencer2010-12-011-0/+5
* Support/PathV2: Add native implementation.Michael J. Spencer2010-12-011-0/+22
* Support/PathV2: Add replace_extension implementation.Michael J. Spencer2010-12-011-0/+20
* Support/PathV2: Add remove_filename implementation.Michael J. Spencer2010-12-011-0/+8
* Support/PathV2: Implement reverse iteration and parent_path.Michael J. Spencer2010-11-301-8/+115
* Support: Add PathV2 implementation.Michael J. Spencer2010-11-291-0/+409
OpenPOWER on IntegriCloud