]> granicus.if.org Git - clang/commit
[AST] Use unique_ptr for VTableLayout.
authorJustin Lebar <jlebar@google.com>
Mon, 10 Oct 2016 16:26:24 +0000 (16:26 +0000)
committerJustin Lebar <jlebar@google.com>
Mon, 10 Oct 2016 16:26:24 +0000 (16:26 +0000)
commit7b7c816e52feba6f89acde8b43bb0d67b5042697
treed62b9518b8c0923b950ed0867c68e4db80fc4232
parent7c4b8c0a7921b999f5a73d6ba47ee8350676f747
[AST] Use unique_ptr for VTableLayout.

Reviewers: timshen

Subscribers: cfe-commits

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

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