summaryrefslogtreecommitdiffstats
path: root/llvm/utils/git-svn/git-svnup
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-11-28 20:35:57 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-11-28 20:35:57 +0000
commitd749e34d3f1fe3c0a2e224758b4513a45e958d34 (patch)
tree682feb4159528530bdabee0ac28b22041a5d80c0 /llvm/utils/git-svn/git-svnup
parent360fcbd468175f267e5c5d24f26fedacef025170 (diff)
downloadbcm5719-llvm-d749e34d3f1fe3c0a2e224758b4513a45e958d34.tar.gz
bcm5719-llvm-d749e34d3f1fe3c0a2e224758b4513a45e958d34.zip
Simplify ownership by using forward_list<T> rather than vector<unique_ptr<T>>
Since the elements were not polymorphic, the unique_ptr was only used to avoid pointer invalidation on container resizes - might as well skip the indirection and use a container with suitable invalidation semantics. llvm-svn: 222931
Diffstat (limited to 'llvm/utils/git-svn/git-svnup')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud