Go to file
Yaron Keren 556b21aa10 Remove and forbid raw_svector_ostream::flush() calls.
After r244870 flush() will only compare two null pointers and return,
doing nothing but wasting run time. The call is not required any more
as the stream and its SmallString are always in sync.

Thanks to David Blaikie for reviewing.

llvm-svn: 244928
2015-08-13 18:12:56 +00:00
clang Remove and forbid raw_svector_ostream::flush() calls. 2015-08-13 18:12:56 +00:00
clang-tools-extra Fix formatting. 2015-08-13 09:09:28 +00:00
compiler-rt Same fix as r244908 for sanitizer_win.cc instead of asan_win.cc 2015-08-13 16:40:54 +00:00
debuginfo-tests
libclc Require LLVM >=3.7 and bump version to 0.2.0 2015-08-07 08:31:37 +00:00
libcxx Fix CMake error whet llvm-config reports a non-existent source directory. 2015-08-12 06:36:19 +00:00
libcxxabi Update to new lists.llvm.org 2015-08-05 04:01:26 +00:00
libunwind Enable zero-cost exceptions on non-Apple arm64 platforms 2015-08-13 14:21:03 +00:00
lld Rename addSectionChunk to addChunk now that it can handle any Chunk. 2015-08-13 17:35:13 +00:00
lldb Removing redundant check from r244875 2015-08-13 11:53:23 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm Remove and forbid raw_svector_ostream::flush() calls. 2015-08-13 18:12:56 +00:00
openmp Remove unused KMP_SETVERSION macro 2015-08-13 15:26:38 +00:00
polly Manuallt simplify test case 2015-08-13 16:33:32 +00:00