[PATCH] D59262: [scudo][standalone] Add string utility functions
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 18 13:45:48 PDT 2019
cryptoad marked an inline comment as done.
cryptoad added inline comments.
================
Comment at: lib/scudo/standalone/string_utils.h:34
+private:
+ Vector<char> String;
+ uptr Length;
----------------
vitalybuka wrote:
> If you use LLVM style, members go before methods
Ack. I will revisit that later on.
I'd like to land what is there for now, as Phabricator is quickly making this unreadable, if that's ok with you.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59262/new/
https://reviews.llvm.org/D59262
More information about the llvm-commits
mailing list