]> granicus.if.org Git - clang/commit
from code inspection, we were treating placement news with one argument as
authorJohn McCall <rjmccall@apple.com>
Thu, 18 Mar 2010 08:19:33 +0000 (08:19 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 18 Mar 2010 08:19:33 +0000 (08:19 +0000)
commit90c8c57bcd84083df85f76aac2aa62acb85eb077
tree724fbabc17a3b8f7c75c25eefacdb758be1bc2b2
parent622ab50adc847564d62dd88694166a7466a6136a
from code inspection, we were treating placement news with one argument as
non-placement news when selecting the corresponding operator delete;  this is
fixed.
Access and ambiguity control for calls to operator new and delete.  Also AFAICT

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98818 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaAccess.cpp
lib/Sema/SemaExprCXX.cpp
test/CXX/class.access/p4.cpp