Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disabling a spurious deprecation warning about using PathV1 from within the ↵ | Aaron Ballman | 2012-06-09 | 1 | -0/+10 |
| | | | | | | PathV1 implementation file. llvm-svn: 158274 | ||||
* | Fixing a typo in the comments. | Aaron Ballman | 2012-06-09 | 1 | -1/+1 |
| | | | | llvm-svn: 158273 | ||||
* | Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, ↵ | NAKAMURA Takumi | 2012-05-27 | 1 | -1/+3 |
| | | | | | | to check when someone would remove the tempdir. llvm-svn: 157529 | ||||
* | Remove a couple unused methods. PR11201. | Eli Friedman | 2011-11-01 | 1 | -8/+0 |
| | | | | llvm-svn: 143452 | ||||
* | Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi ↵ | NAKAMURA Takumi | 2011-10-24 | 1 | -18/+9 |
| | | | | | | Rackover! llvm-svn: 142785 | ||||
* | Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed ↵ | NAKAMURA Takumi | 2011-03-16 | 1 | -1/+11 |
| | | | | | | | for workaround. FIXME: We should use sys::fs::unique_file() in future. llvm-svn: 127723 | ||||
* | Try to fix the windows build. | Rafael Espindola | 2011-03-10 | 1 | -2/+2 |
| | | | | llvm-svn: 127416 | ||||
* | Support/Path: Deprecate PathV1::isDirectory and replace all uses with ↵ | Michael J. Spencer | 2011-01-11 | 1 | -2/+3 |
| | | | | | | PathV2::is_directory. llvm-svn: 123209 | ||||
* | Support/Path: Deprecate PathV1::exists and replace all uses with ↵ | Michael J. Spencer | 2011-01-10 | 1 | -3/+5 |
| | | | | | | PathV2::fs::exists. llvm-svn: 123151 | ||||
* | Now to chant the magical incantation that will exorcise the System library | Charles Davis | 2010-11-29 | 1 | -1/+1 |
| | | | | | | | | from LLVM forever: grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g' llvm-svn: 120314 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+918 |
llvm-svn: 120298 |