[PATCH] D25405: [Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map.

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 9 11:16:02 PDT 2016


jlebar created this revision.
jlebar added a reviewer: timshen.
jlebar added a subscriber: cfe-commits.
jlebar added a dependency: D25404: [ADT] Let MapVector handle non-copyable values..

This is possible now that MapVector supports move-only values.

Depends on https://reviews.llvm.org/D25404.


https://reviews.llvm.org/D25405

Files:
  clang/include/clang/Sema/ExternalSemaSource.h
  clang/include/clang/Sema/MultiplexExternalSemaSource.h
  clang/include/clang/Sema/Sema.h
  clang/include/clang/Serialization/ASTReader.h
  clang/lib/Sema/MultiplexExternalSemaSource.cpp
  clang/lib/Sema/Sema.cpp
  clang/lib/Sema/SemaTemplate.cpp
  clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  clang/lib/Serialization/ASTReader.cpp
  clang/lib/Serialization/ASTWriter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25405.74076.patch
Type: text/x-patch
Size: 6882 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161009/e9ff05a8/attachment.bin>


More information about the cfe-commits mailing list