Go to file
Nadav Rotem 9dd90ac5b4 c++ new operators are not malloc-like functions because they do not return uninitialized memory.
Users may overide new-operators and implement any function that they like.

llvm-svn: 179071
2013-04-08 23:40:47 +00:00
clang Add test case calling a deprecated method from a subclass that reimplements that method gets a warning. 2013-04-08 23:39:32 +00:00
clang-tools-extra Fix UseNullptr fails to replace explict casts surrounded by another implicit 2013-04-05 20:32:36 +00:00
compiler-rt Revert r179012: "[msan] Intercept glob()." 2013-04-08 20:59:44 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Change <cwchar> and <cstring> to look out for flags which may or may not be set by the C headers <wchar.h> and <string.h> indicating C support for the C++-altered wcschr, wcspbrk, wcsrchr, wcsstr, wmemchr, strchr, strpbrk, strrchr, memchr, and strstr. This was already done in <cstring> for other platforms using other flags, so just had to add one more flag to the list there. 2013-04-08 18:59:28 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld Add VTune as an optional external dependency and add task tracking. 2013-04-06 00:56:40 +00:00
lldb Update PlatformDarwinKernel::GetMacDirectoriesToSearch to also try 2013-04-08 21:24:40 +00:00
llvm c++ new operators are not malloc-like functions because they do not return uninitialized memory. 2013-04-08 23:40:47 +00:00
polly IndependentBlocks: translate out of SSA all uses escaping the region 2013-04-08 13:05:41 +00:00