]> granicus.if.org Git - clang/commit
unique_ptrify CXXBasePaths::DeclsFound & remove the then-unnecessary user-defined...
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 18 Aug 2015 23:56:00 +0000 (23:56 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 18 Aug 2015 23:56:00 +0000 (23:56 +0000)
commitc4831ee4a2d61b73238b6aba2fd5193c44d9277c
tree314b802e6139c2d12e529aa6bd37df3a9ba7cd3a
parenta7ab9348c1a7de16e09e40b81ae32de506dd5e04
unique_ptrify CXXBasePaths::DeclsFound & remove the then-unnecessary user-defined dtor

Maybe this and the NumDeclsFound member should just be a std::vector
instead. (it could be a std::dynarray, but that missed standardization)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245392 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/CXXInheritance.h
lib/AST/CXXInheritance.cpp