[cfe-commits] [PATCH] convert the Metadata API to use ArrayRef<>

Jay Foad jay.foad at gmail.com
Thu Apr 21 08:05:57 PDT 2011


Related to http://llvm.org/bugs/show_bug.cgi?id=9214

This patch converts the Metadata API (principally MDNode::get*()) to
use ArrayRef<>.

I've converted the llvm and clang trees (tested with "make check") and
also dragonegg (only tested by building it). Other clients will also
need updating. (Clients that just use DIBuilder to created debug info
metadata won't need any changes.)

OK to commit?

Thanks,
Jay.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: metadata.diff
Type: text/x-patch
Size: 28310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110421/da69fbf7/attachment.bin>


More information about the cfe-commits mailing list