| commit | 28f09c50e2f0712c39438b4363361ada90726b39 | [log] [tgz] |
|---|---|---|
| author | Justin Lebar <jlebar@google.com> | Mon Oct 10 16:26:08 2016 +0000 |
| committer | Justin Lebar <jlebar@google.com> | Mon Oct 10 16:26:08 2016 +0000 |
| tree | fde595734ed6bc062985a8c1ceab037cbe8e1a98 | |
| parent | 11091971567af8a1609a81082eb8cfafaa5d4bda [diff] |
[Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map. Summary: This is possible now that MapVector supports move-only values. Depends on D25404. Reviewers: timshen Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D25405 llvm-svn: 283766