Go to file
Dmitri Gribenko 0b62f8a632 libclang: reduce CXString abuse
ContainerUSR is not really a CXString, but it should own the underlying memory
buffer.  Thus, it is better to change the type to std::string.  This will not
introduce extra copying overhead, since the workaround that is being removed
was already making a copy.

llvm-svn: 174647
2013-02-07 19:09:22 +00:00
clang libclang: reduce CXString abuse 2013-02-07 19:09:22 +00:00
clang-tools-extra Fix for combined loop and nullptr convert tests 2013-02-07 18:49:23 +00:00
compiler-rt tsan: fix suppress_java logic 2013-02-07 17:12:28 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Belt and suspenders when calling sysconf 2013-02-07 18:48:09 +00:00
libcxxabi Partially revert r152770. That commit moved the default handlers to their own file. But it also did some refactoring. It is the latter that is being reverted. The refactoring had accidentally removed the required effect that the default unexpected_handler calls std::terminate(), which is a visible effect. 2013-02-06 19:29:55 +00:00
lld [docs] lld self hosts. 2013-02-07 07:26:45 +00:00
lldb <rdar://problem/13107151> 2013-02-07 18:23:56 +00:00
llvm Loop Vectorizer: Refactor Memory Cost Computation 2013-02-07 19:05:21 +00:00
polly CodeGen: clang-format goodness 2013-02-05 18:01:29 +00:00