[PATCH] D32728: Make DWARFDebugLine use StringRef for dir/file tables. NFC
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 1 18:21:58 PDT 2017
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
I think this looks much nicer!
================
Comment at: include/llvm/Support/DataExtractor.h:69
+ ///
+ /// @param[in,out] OffsetPtr
+ /// A pointer to an offset within the data that will be advanced
----------------
\param
================
Comment at: include/llvm/Support/DataExtractor.h:76
+ ///
+ /// @return
+ /// A StringRef for the C string value in the data. If the offset
----------------
\return
https://reviews.llvm.org/D32728
More information about the llvm-commits
mailing list