]> granicus.if.org Git - clang/commit
Use unique_ptr for VTableBuilder::VFTableLayouts map.
authorJustin Lebar <jlebar@google.com>
Mon, 10 Oct 2016 16:26:33 +0000 (16:26 +0000)
committerJustin Lebar <jlebar@google.com>
Mon, 10 Oct 2016 16:26:33 +0000 (16:26 +0000)
commitbe96a853a5dd33cce210617fb11575d388883df7
treed4657963319b331c4760cf9bcf73f346afebf6c4
parentdd0969a0ae3b6421685a9d78953bb1127a8cfe9c
Use unique_ptr for VTableBuilder::VFTableLayouts map.

Reviewers: timshen

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D25423

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