[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 14:38:34 PST 2020
    
    
  
clayborg marked an inline comment as done.
clayborg added inline comments.
================
Comment at: llvm/include/llvm/Support/DataExtractor.h:183
+  ///
+  /// \param[in,out] OffsetPtr
+  ///     A pointer to an offset within the data that will be advanced
----------------
I was keeping this consistent with all of the other calls since they all do the same thing.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74991/new/
https://reviews.llvm.org/D74991
    
    
More information about the llvm-commits
mailing list