[PATCH] D84050: [YAMLIO] Support non-null-terminated inputs

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 14:15:10 PST 2020


scott.linder updated this revision to Diff 305264.
scott.linder retitled this revision from "YAML: Don't assume an arbitrary StringRef is null terminated" to "[YAMLIO] Support non-null-terminated inputs".
scott.linder edited the summary of this revision.
scott.linder added a comment.

Address feedback

- Correct a spurious reordering of some lines
- Format touched lines
- Split off semantically distinct patch for anchor/alias diagnostic bug


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84050/new/

https://reviews.llvm.org/D84050

Files:
  llvm/lib/Support/YAMLParser.cpp
  llvm/unittests/Support/YAMLIOTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84050.305264.patch
Type: text/x-patch
Size: 4572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201113/7da80835/attachment.bin>


More information about the llvm-commits mailing list