[PATCH] Move DWARFUnitSection from inheriting SmallVector to holding an instance.

Frederic Riss friss at apple.com
Mon Sep 15 05:32:07 PDT 2014


Hi dblaikie, samsonov, echristo, aprantl,

This introduces all the proxy methods that make DWARFUnitSection behave
like the vector it was before. It has no functional change, but it moves
away from the multiple inheritance that everybody dislikes.

Follow-up patches will progressively move the interface away from the
vector interface to something that is closer to the intended semantics
of the data structure.

http://reviews.llvm.org/D5352

Files:
  lib/DebugInfo/DWARFUnit.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5352.13703.patch
Type: text/x-patch
Size: 2470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140915/fcc65779/attachment.bin>


More information about the llvm-commits mailing list