[PATCH] D59551: [scudo][standalone] Add error reports

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 12:51:54 PDT 2019


hctim accepted this revision.
hctim added a comment.

LGTM



================
Comment at: lib/scudo/standalone/report.cc:108
+
+static const char *stringifyAction(AllocatorAction Action) {
+  switch (Action) {
----------------
hctim wrote:
> Could this be implemented as a member function of `enum class AllocatorAction`?
Scrap this, I could have sworn that this was possible, turns out I'm mistaken!


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