aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/PathV2.h
Commit message (Expand)AuthorAgeFilesLines
* Support/PathV2: Remove const from bool return types.Michael J. Spencer2010-12-071-10/+10
* Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer2010-12-071-46/+42
* Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer2010-12-071-81/+24
* Support/PathV2: Move make_absolute from path to fs.Michael J. Spencer2010-12-071-13/+0
* Support/PathV2: Clarify and correct documentation.Michael J. Spencer2010-12-071-3/+4
* Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer2010-12-071-9/+0
* Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h.Michael J. Spencer2010-12-011-593/+3
* Support/PathV2: Remove is_valid. It was only added because Path had it, butMichael J. Spencer2010-12-011-8/+0
* Support/PathV2: Add remove_filename implementation.Michael J. Spencer2010-12-011-1/+1
* Support/PathV2: Implement reverse iteration and parent_path.Michael J. Spencer2010-11-301-2/+21
* Support/PathV2: Update comments.Michael J. Spencer2010-11-291-2/+2
* Support: Add PathV2 implementation.Michael J. Spencer2010-11-291-5/+27
* Support/PathV2: Just about every function call requires the Twine header.Michael J. Spencer2010-11-291-0/+1
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-291-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+979