This is an archive of the discontinued LLVM Phabricator instance.

[YAML] Fix UTF-8 handling
ClosedPublic

Authored by thegameg on Dec 21 2017, 7:18 AM.

Diff Detail

Event Timeline

thegameg created this revision.Dec 21 2017, 7:18 AM
JDevlieghere accepted this revision.Dec 21 2017, 8:24 AM

Makes sense to me. LGTM!

This revision is now accepted and ready to land.Dec 21 2017, 8:24 AM
JDevlieghere added inline comments.Dec 21 2017, 8:52 AM
unittests/Support/YAMLIOTest.cpp
2546

I'd remove the double single quotes here though, it doesn't really add anything to the test case except confusion.

2559

Maybe merge this with the previous test case?

This revision was automatically updated to reflect the committed changes.
thegameg marked 2 inline comments as done.