aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/PathV2.h
AgeCommit message (Expand)Author
2012-09-13Fix a doxygen issue: these examples are supposed to be displayed preformatted.Dmitri Gribenko
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-08-22Fix an assortment of doxygen comment mistakes found by -Wdocumentation.Ted Kremenek
2012-06-09Convert comments to proper Doxygen comments.Dmitri Gribenko
2011-09-14Update the comment for system_temp_directory() to indicate when itDouglas Gregor
2011-09-14Add a simple routine to determine the typical system directory forDouglas Gregor
2011-02-11Adds llvm::sys::path::is_separator() to test whether a char is a path separatorZhanyong Wan
2011-02-09Rip out realpath() support. It's expensive, and often a bad idea, andDouglas Gregor
2011-02-09Add llvm::sys::path::canonical(), which provides the canonicalizedDouglas Gregor
2010-12-17Pass StringRefs by value, for consistency.Benjamin Kramer
2010-12-07Support/PathV2: Remove const from bool return types.Michael J. Spencer
2010-12-07Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer
2010-12-07Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer
2010-12-07Support/PathV2: Move make_absolute from path to fs.Michael J. Spencer
2010-12-07Support/PathV2: Clarify and correct documentation.Michael J. Spencer
2010-12-07Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer
2010-12-01Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h.Michael J. Spencer
2010-12-01Support/PathV2: Remove is_valid. It was only added because Path had it, butMichael J. Spencer
2010-12-01Support/PathV2: Add remove_filename implementation.Michael J. Spencer
2010-11-30Support/PathV2: Implement reverse iteration and parent_path.Michael J. Spencer
2010-11-29Support/PathV2: Update comments.Michael J. Spencer
2010-11-29Support: Add PathV2 implementation.Michael J. Spencer
2010-11-29Support/PathV2: Just about every function call requires the Twine header.Michael J. Spencer
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis
2010-11-29Merge System into Support.Michael J. Spencer