Go to file
Dan Gohman 23f90c1d3a Fix a bug in raw_ostream::write(char) introduced by the change to
allow underlying stream classes to decline buffering. After
calling SetBuffered(), re-check whether the stream is Unbuffered
in order to handle the case where the underlying stream has
declined buffering.

llvm-svn: 79362
2009-08-18 20:09:59 +00:00
clang Change ActOnReturnStmt to not take a FullExprArg. Instead, Sema will wrap the return expr inside a CXXExprWithTemporaries if needed. 2009-08-18 16:11:00 +00:00
compiler-rt Add support for ellcc, Credit to Richard Pennington. 2009-08-18 11:54:44 +00:00
llvm Fix a bug in raw_ostream::write(char) introduced by the change to 2009-08-18 20:09:59 +00:00