Implement access checking for the "delete" operator. Fixes PR9050,
commit3c2fe0f2243edfc3cae7f148d2179c30922cdac5
authorDouglas Gregor <doug.gregor@gmail.com>
Tue, 1 Feb 2011 15:50:11 +0000 (1 15:50 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Tue, 1 Feb 2011 15:50:11 +0000 (1 15:50 +0000)
tree97af0d083661709907c9ab8374ce6c1d92d877b9
parente15da612b83a627e1e37714048756c12b3402fcc
Implement access checking for the "delete" operator. Fixes PR9050,
from Alex Miller!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124663 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExprCXX.cpp
test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p1.cpp
test/CXX/expr/expr.unary/expr.delete/p5.cpp
test/SemaCXX/new-delete.cpp