[PATCH] D59551: [scudo][standalone] Add error reports
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 11:36:54 PDT 2019
hctim added inline comments.
================
Comment at: lib/scudo/standalone/report.cc:108
+
+static const char *stringifyAction(AllocatorAction Action) {
+ switch (Action) {
----------------
Could this be implemented as a member function of `enum class AllocatorAction`?
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59551/new/
https://reviews.llvm.org/D59551
More information about the llvm-commits
mailing list