RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,
authorManuel Klimek <klimek@google.com>
Tue, 31 Jan 2012 19:58:34 +0000 (19:58 +0000)
committerManuel Klimek <klimek@google.com>
Tue, 31 Jan 2012 19:58:34 +0000 (19:58 +0000)
commit41aa108f743ed3b97cdf060ae25cfef38af5bc9e
treeb6c61b9c7bc5cf54dd57b7297e5ac507928b6870
parent57cae881e2b6c85a562d3fd2a7f10bf9d7921b40
RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,
now that this handles the release / retain calls.

Adds a regression test for that bug (which is a compile-time
regression) and for the last two changes to the IntrusiveRefCntPtr,
especially tests for the memory leak due to copy construction of the
ref-counted object and ensuring that the traits are used for release /
retain calls.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149411 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/IntrusiveRefCntPtr.h
unittests/ADT/IntrusiveRefCntPtrTest.cpp [new file with mode: 0644]
unittests/CMakeLists.txt