Go to file
Nadav Rotem c29095fb50 Silence the unused variable warning.
llvm-svn: 176218
2013-02-27 22:52:54 +00:00
clang PR15360: nullptr as a non-type template argument to a function type non-type template parameter 2013-02-27 22:10:40 +00:00
clang-tools-extra Fix documentation comment in LoopConvert 2013-02-27 17:34:57 +00:00
compiler-rt [asan] if calloc returns a freshly-mmaped memory, don't clear it with memset. Speeds up calloc-intensive code 2013-02-27 13:38:19 +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 Michael van der Westhuizen: correction to the libcxx build instructions when built with libcxxrt on Linux. 2013-02-26 16:27:55 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [lld][ELF] Order segments 2013-02-27 20:24:47 +00:00
lldb Fixed a case where the result of std::string's c_str() method was being called on a local variable and returned as a const char * incorrectly. We used to cache the thread names for threads in the current host process, but we shoudn't be caching that as the names can change over time, so now a std::string is returned from Host::GetThreadName(). 2013-02-27 22:51:58 +00:00
llvm Silence the unused variable warning. 2013-02-27 22:52:54 +00:00
polly Use attributes references on call/invoke instructions. 2013-02-22 09:29:15 +00:00