Minor YAML enhancement
Jonathan Anderson
jonathan.anderson at mun.ca
Wed Jul 22 05:18:49 PDT 2015
Good morning,
I’ve posted a patch to http://reviews.llvm.org/D11137 that adds
another constructor to `llvm::yaml::Input`, passing filename information
through to the `llvm::yaml::Stream` for debugging purposes. That is, if
it fails to parse `foo.yaml`, it will now report an error having
occurred at `foo.yaml:7:1` rather than `YAML:7:1`.
I added a reviewer to http://reviews.llvm.org/D11137 based on the
contents of `CODE_OWNERS.txt` a little over a week ago, but I haven’t
heard any more since then. What’s the best way to find a reviewer for
this change, other than the code ownership route?
Thanks,
Jonathan Anderson
--
Assistant Professor
Electrical and Computer Engineering
Memorial University of Newfoundland
http://www.engr.mun.ca/~anderson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150722/738f166b/attachment.html>
More information about the llvm-commits
mailing list