Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to unbreak the windows build. | Benjamin Kramer | 2012-07-20 | 1 | -1/+1 |
| | | | | llvm-svn: 160567 | ||||
* | Process: Add sys::Process::FileDescriptorHasColors(). | Daniel Dunbar | 2012-07-20 | 1 | -4/+8 |
| | | | | llvm-svn: 160557 | ||||
* | Remove tabs. | Bill Wendling | 2012-07-19 | 1 | -1/+1 |
| | | | | llvm-svn: 160476 | ||||
* | Reapply 'Add reverseColor to raw_ostream'. | Benjamin Kramer | 2012-04-16 | 1 | -0/+32 |
| | | | | | | | To be used in printing unprintable source in clang diagnostics. Patch by Seth Cantrell, with a minor fix for mingw by me. llvm-svn: 154805 | ||||
* | Revert r154800 which breaks windows builders. | Argyrios Kyrtzidis | 2012-04-16 | 1 | -33/+0 |
| | | | | llvm-svn: 154802 | ||||
* | Add reverseColor to raw_ostream. | Argyrios Kyrtzidis | 2012-04-16 | 1 | -0/+33 |
| | | | | | | | To be used in printing unprintable source in clang diagnostics. Patch by Seth Cantrell! llvm-svn: 154800 | ||||
* | Remove SetWorkingDirectory from the Process interface. Nothing in LLVM | Chandler Carruth | 2012-01-15 | 1 | -4/+0 |
| | | | | | | | | | | | | or Clang is using this, and it would be hard to use it correctly given the thread hostility of the function. Also, it never checked the return which is rather dangerous with chdir. If someone was in fact using this, please let me know, as well as what the usecase actually is so that I can add it back and make it more correct and secure to use. (That said, it's never going to be "safe" per-se, but we could at least document the risks...) llvm-svn: 148211 | ||||
* | sys::Process: Add a SetWorkingDirectory method. | Daniel Dunbar | 2011-09-23 | 1 | -0/+5 |
| | | | | llvm-svn: 140433 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+222 |
llvm-svn: 120298 |