summaryrefslogtreecommitdiff
path: root/lib/Support/PathV2.cpp
Commit message (Expand)AuthorAge
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-18
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* Move PathV2.h to Path.hRafael Espindola2013-06-11
* Port r183666 to identify_magic.Rafael Espindola2013-06-11
* Fix variable name.Rafael Espindola2013-06-11
* Add a missing 'e'.Rafael Espindola2013-06-10
* [Support][FileSystem] Fix identify_magic for big endian ELF.Michael J. Spencer2013-04-05
* <rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_...Douglas Gregor2013-03-21
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* [Support/PathV2] Fix out of bounds access in identify_magic when the file is ...Michael J. Spencer2012-06-19
* [PathV2]: Fix bug in create_directories which caused infinite recursion onMichael J. Spencer2012-03-21
* Support/PathV2: Fix namespace qualifier in make_absolute(), for Win32.Daniel Dunbar2012-02-29
* Support/PathV2: Fix make_absolute() to match is_absolute() and not expect toDaniel Dunbar2012-02-29
* [PathV2] Fix bug in relative_path.Michael J. Spencer2012-02-29
* Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie2012-02-09
* PathV2: Remove static StringRef ctors.Benjamin Kramer2012-02-08
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-13
* Cleanup whitespace.Michael J. Spencer2011-12-13
* Support/Windows: Cleanup scoped handles.Michael J. Spencer2011-12-12
* Fix a minor bug in fs::create_directories. Patch by Albert Wong.Eli Friedman2011-09-16
* Update the comment for system_temp_directory() to indicate when itDouglas Gregor2011-09-14
* Add a simple routine to determine the typical system directory forDouglas Gregor2011-09-14
* Remove unimplemented function prototypes from PathV2. They can be readded whe...Benjamin Kramer2011-09-14
* Implement a function from PathV2 whose definition is missing.Argyrios Kyrtzidis2011-02-15
* Adds llvm::sys::path::is_separator() to test whether a char is a path separatorZhanyong Wan2011-02-11
* Support/PathV2: Add identify_magic.Michael J. Spencer2011-01-15
* Support/PathV2: Implement has_magic in terms of get_magic.Michael J. Spencer2011-01-15
* Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::i...Michael J. Spencer2011-01-12
* Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer2011-01-11
* Support/PathV2: Implement remove_all.Michael J. Spencer2011-01-05
* Support/PathV2: Implement directory_entry::status.Michael J. Spencer2011-01-05
* Fix a signed/unsigned comparison warning.Benjamin Kramer2010-12-28
* Support/PathV2: Implement has_magic.Michael J. Spencer2010-12-28
* Support/PathV2: Add missing has_relative_path impl.Michael J. Spencer2010-12-20
* PathV2: Use StringRef::substr to simplify substring creation.Benjamin Kramer2010-12-17
* Missed some StringRefRefs.Benjamin Kramer2010-12-17
* Pass StringRefs by value, for consistency.Benjamin Kramer2010-12-17
* Support/FileSystem: Change file_status predicate functions that cannot fail toMichael J. Spencer2010-12-09
* Support/PathV2: Remove const from bool return types.Michael J. Spencer2010-12-07
* Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer2010-12-07
* Support/PathV2: Cleanup separator handling.Michael J. Spencer2010-12-07
* Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer2010-12-07
* Support/PathV2: Move make_absolute from path to fs.Michael J. Spencer2010-12-07
* Support/PathV2: Use SmallVector::clear instead of set_size.Michael J. Spencer2010-12-07
* Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer2010-12-07
* Support/FileSystem: Add directory_iterator implementation.Michael J. Spencer2010-12-06
* Support/PathV2: Fix append to not add a slash to empty or root paths.Michael J. Spencer2010-12-06
* Silence 'may be used uninitialized in this function' warnings. Static analysisBill Wendling2010-12-04
* Support/PathV2: Remove redundant calls to make_error_code.Michael J. Spencer2010-12-04