]> granicus.if.org Git - clang/commit
Do not mark the destructor of a function parameter's type. Fixes PR6709.
authorDouglas Gregor <dgregor@apple.com>
Fri, 26 Mar 2010 06:57:13 +0000 (06:57 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 26 Mar 2010 06:57:13 +0000 (06:57 +0000)
commit9c127392efe91dadacbe28ca16b8a9a5fa7990b3
tree69a8a4a59dc72c50a496a416a696f6beba4898c5
parent94e8ee520a00dcbdc896df07973d68f5ec7fdac8
Do not mark the destructor of a function parameter's type. Fixes PR6709.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99615 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp
test/CXX/class.access/p4.cpp
test/SemaCXX/destructor.cpp