[PATCH] D25420: [AST] Convert MangleNumberingContext to a unique_ptr.
Justin Lebar via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 9 22:23:37 PDT 2016
jlebar created this revision.
jlebar added a reviewer: timshen.
jlebar added a subscriber: cfe-commits.
It doesn't need to be refcounted anymore, either.
https://reviews.llvm.org/D25420
Files:
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25420.74098.patch
Type: text/x-patch
Size: 4960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161010/f81b6e5b/attachment.bin>
More information about the cfe-commits
mailing list