Go to file
David Greene 02b002ac37 Fix Casting
Use const_cast<> to avoid a cast-away-const error.

llvm-svn: 172564
2013-01-15 22:09:49 +00:00
clang Fix Casting 2013-01-15 22:09:49 +00:00
clang-tools-extra Add temporary option to invert the */& binding in a specific style. 2013-01-15 18:56:19 +00:00
compiler-rt [asan] enable asan_allocator2 by default on Linux. Will enable it on other platforms and remove the old one later, after additional testing. The new allocator is much faster and uses less memory 2013-01-15 13:57:39 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Optimize basic_ostream::write by having it call sputn instead of sputc. 2013-01-15 17:22:03 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld Trailing whitespace. 2013-01-15 21:13:14 +00:00
lldb <rdar://problem/13010909> 2013-01-15 02:59:24 +00:00
llvm [Object][ELF] Fix -Wenum-compare. 2013-01-15 22:00:16 +00:00
polly clang-format goodness 2013-01-14 22:40:23 +00:00