]> granicus.if.org Git - clang/commit
[AST] Convert MangleNumberingContext to a unique_ptr.
authorJustin Lebar <jlebar@google.com>
Mon, 10 Oct 2016 16:26:19 +0000 (16:26 +0000)
committerJustin Lebar <jlebar@google.com>
Mon, 10 Oct 2016 16:26:19 +0000 (16:26 +0000)
commit7c4b8c0a7921b999f5a73d6ba47ee8350676f747
tree22400c309ff5d4f83198769062f33cfe5dd8d986
parent1f062cda84f537547021640c8bcd9c589c418d96
[AST] Convert MangleNumberingContext to a unique_ptr.

Summary: It doesn't need to be refcounted anymore, either.

Reviewers: timshen

Subscribers: cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283768 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/AST/MangleNumberingContext.h
include/clang/Sema/Sema.h
lib/AST/ASTContext.cpp
lib/AST/CXXABI.h
lib/AST/ItaniumCXXABI.cpp
lib/AST/MicrosoftCXXABI.cpp