[PATCH] D74991: Add methods to data extractor for extracting bytes and fixed length C strings.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 11:07:51 PST 2020


clayborg updated this revision to Diff 246263.
clayborg added a comment.

Switched to returning StringRef instead of Optional<StringRef> as suggested by Adrian. Comments are now correct.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74991

Files:
  llvm/include/llvm/Support/DataExtractor.h
  llvm/lib/Support/DataExtractor.cpp
  llvm/unittests/Support/DataExtractorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74991.246263.patch
Type: text/x-patch
Size: 6090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200224/a40c77e7/attachment.bin>


More information about the llvm-commits mailing list