[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)
commit20ebffc99abcdb0294c4c7b70777070402d2039b
treeb7eba494864f74e73c3f9fd251f8bfd70d7e5cb5
parent611c5c225a4878fed90add07c112a577954f8ba5
[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

llvm-svn: 283768
clang/include/clang/AST/ASTContext.h
clang/include/clang/AST/MangleNumberingContext.h
clang/include/clang/Sema/Sema.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/CXXABI.h
clang/lib/AST/ItaniumCXXABI.cpp
clang/lib/AST/MicrosoftCXXABI.cpp