index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
PathV2.cpp
Age
Commit message (
Expand
)
Author
2013-03-21
<rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_...
Douglas Gregor
2013-02-12
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-06-19
[Support/PathV2] Fix out of bounds access in identify_magic when the file is ...
Michael J. Spencer
2012-03-21
[PathV2]: Fix bug in create_directories which caused infinite recursion on
Michael J. Spencer
2012-02-29
Support/PathV2: Fix namespace qualifier in make_absolute(), for Win32.
Daniel Dunbar
2012-02-29
Support/PathV2: Fix make_absolute() to match is_absolute() and not expect to
Daniel Dunbar
2012-02-29
[PathV2] Fix bug in relative_path.
Michael J. Spencer
2012-02-09
Change default error_code ctor to a 'named ctor' so it's more self-documenting.
David Blaikie
2012-02-08
PathV2: Remove static StringRef ctors.
Benjamin Kramer
2011-12-13
Support/FileSystem: Add file_magic and move a vew clients over to it.
Michael J. Spencer
2011-12-13
Cleanup whitespace.
Michael J. Spencer
2011-12-12
Support/Windows: Cleanup scoped handles.
Michael J. Spencer
2011-09-16
Fix a minor bug in fs::create_directories. Patch by Albert Wong.
Eli Friedman
2011-09-14
Update the comment for system_temp_directory() to indicate when it
Douglas Gregor
2011-09-14
Add a simple routine to determine the typical system directory for
Douglas Gregor
2011-09-14
Remove unimplemented function prototypes from PathV2. They can be readded whe...
Benjamin Kramer
2011-02-15
Implement a function from PathV2 whose definition is missing.
Argyrios Kyrtzidis
2011-02-11
Adds llvm::sys::path::is_separator() to test whether a char is a path separator
Zhanyong Wan
2011-01-15
Support/PathV2: Add identify_magic.
Michael J. Spencer
2011-01-15
Support/PathV2: Implement has_magic in terms of get_magic.
Michael J. Spencer
2011-01-12
Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::i...
Michael J. Spencer
2011-01-11
Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...
Michael J. Spencer
2011-01-05
Support/PathV2: Implement remove_all.
Michael J. Spencer
2011-01-05
Support/PathV2: Implement directory_entry::status.
Michael J. Spencer
2010-12-28
Fix a signed/unsigned comparison warning.
Benjamin Kramer
2010-12-28
Support/PathV2: Implement has_magic.
Michael J. Spencer
2010-12-20
Support/PathV2: Add missing has_relative_path impl.
Michael J. Spencer
2010-12-17
PathV2: Use StringRef::substr to simplify substring creation.
Benjamin Kramer
2010-12-17
Missed some StringRefRefs.
Benjamin Kramer
2010-12-17
Pass StringRefs by value, for consistency.
Benjamin Kramer
2010-12-09
Support/FileSystem: Change file_status predicate functions that cannot fail to
Michael J. Spencer
2010-12-07
Support/PathV2: Remove const from bool return types.
Michael J. Spencer
2010-12-07
Support/PathV2: Change most functions in the path namespace to return their work
Michael J. Spencer
2010-12-07
Support/PathV2: Cleanup separator handling.
Michael J. Spencer
2010-12-07
Support/PathV2: Remove the error_code return type from all functions in the path
Michael J. Spencer
2010-12-07
Support/PathV2: Move make_absolute from path to fs.
Michael J. Spencer
2010-12-07
Support/PathV2: Use SmallVector::clear instead of set_size.
Michael J. Spencer
2010-12-07
Support/PathV2: Move current_path from path to fs and fix the Unix implementa...
Michael J. Spencer
2010-12-06
Support/FileSystem: Add directory_iterator implementation.
Michael J. Spencer
2010-12-06
Support/PathV2: Fix append to not add a slash to empty or root paths.
Michael J. Spencer
2010-12-04
Silence 'may be used uninitialized in this function' warnings. Static analysis
Bill Wendling
2010-12-04
Support/PathV2: Remove redundant calls to make_error_code.
Michael J. Spencer
2010-12-04
Support/FileSystem: Add status implementation.
Michael J. Spencer
2010-12-03
Support/FileSystem: Add create_director{y,ies} implementations.
Michael J. Spencer
2010-12-01
Support/FileSystem: Add copy_file implementation. Not tests yet because the
Michael J. Spencer
2010-12-01
Support/PathV2: Add is_{absolute,relative} implementation.
Michael J. Spencer
2010-12-01
Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filen...
Michael J. Spencer
2010-12-01
Support/PathV2: Add extension implementation.
Michael J. Spencer
2010-12-01
Support/PathV2: Add stem implementation.
Michael J. Spencer
[next]