]> granicus.if.org Git - clang/commit
Implement access checking for the "delete" operator. Fixes PR9050,
authorDouglas Gregor <dgregor@apple.com>
Tue, 1 Feb 2011 15:50:11 +0000 (15:50 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 1 Feb 2011 15:50:11 +0000 (15:50 +0000)
commitd880f52be3e4a8ccad92ac31932eeae5e0870a93
tree97af0d083661709907c9ab8374ce6c1d92d877b9
parentf9997a0834e0e0298b04ef044ad2699c727a7979
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