index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
PathV2.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the comment for system_temp_directory() to indicate when it
Douglas Gregor
2011-09-14
1
-1
/
+4
*
Add a simple routine to determine the typical system directory for
Douglas Gregor
2011-09-14
1
-1
/
+9
*
Adds llvm::sys::path::is_separator() to test whether a char is a path separator
Zhanyong Wan
2011-02-11
1
-0
/
+6
*
Rip out realpath() support. It's expensive, and often a bad idea, and
Douglas Gregor
2011-02-09
1
-9
/
+0
*
Add llvm::sys::path::canonical(), which provides the canonicalized
Douglas Gregor
2011-02-09
1
-0
/
+9
*
Pass StringRefs by value, for consistency.
Benjamin Kramer
2010-12-17
1
-14
/
+14
*
Support/PathV2: Remove const from bool return types.
Michael J. Spencer
2010-12-07
1
-10
/
+10
*
Support/PathV2: Change most functions in the path namespace to return their work
Michael J. Spencer
2010-12-07
1
-46
/
+42
*
Support/PathV2: Remove the error_code return type from all functions in the path
Michael J. Spencer
2010-12-07
1
-81
/
+24
*
Support/PathV2: Move make_absolute from path to fs.
Michael J. Spencer
2010-12-07
1
-13
/
+0
*
Support/PathV2: Clarify and correct documentation.
Michael J. Spencer
2010-12-07
1
-3
/
+4
*
Support/PathV2: Move current_path from path to fs and fix the Unix implementa...
Michael J. Spencer
2010-12-07
1
-9
/
+0
*
Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h.
Michael J. Spencer
2010-12-01
1
-593
/
+3
*
Support/PathV2: Remove is_valid. It was only added because Path had it, but
Michael J. Spencer
2010-12-01
1
-8
/
+0
*
Support/PathV2: Add remove_filename implementation.
Michael J. Spencer
2010-12-01
1
-1
/
+1
*
Support/PathV2: Implement reverse iteration and parent_path.
Michael J. Spencer
2010-11-30
1
-2
/
+21
*
Support/PathV2: Update comments.
Michael J. Spencer
2010-11-29
1
-2
/
+2
*
Support: Add PathV2 implementation.
Michael J. Spencer
2010-11-29
1
-5
/
+27
*
Support/PathV2: Just about every function call requires the Twine header.
Michael J. Spencer
2010-11-29
1
-0
/
+1
*
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-0
/
+979