Go to file
Dan Gohman c825ceefb4 Make raw_fd_ostream consider itself the owner of STDOUT_FILENO when
constructed with an output filename of "-". In particular, allow the
file descriptor to be closed, and close the file descriptor in the
destructor if it hasn't been explicitly closed already, to ensure
that any write errors are detected.

llvm-svn: 111436
2010-08-18 22:26:19 +00:00
clang There is no pointer conversion between to similar types (i.e., same 2010-08-18 21:25:30 +00:00
compiler-rt Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used 2010-08-17 19:13:45 +00:00
libcxx Updated by-chapter chart with weekly test results. Also did some prototyping on result_of, but if-def'd out the prototyped part (which the LWG may or may not accept) 2010-08-18 18:52:04 +00:00
lldb Simplify the assert matched-string criterion. 2010-08-18 21:28:35 +00:00
llvm Make raw_fd_ostream consider itself the owner of STDOUT_FILENO when 2010-08-18 22:26:19 +00:00