[PATCH] D104402: [scudo] Ensure proper allocator alignment in TSD test

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 16 14:12:45 PDT 2021


vitalybuka accepted this revision.
vitalybuka added inline comments.


================
Comment at: compiler-rt/lib/scudo/standalone/quarantine.h:173
   typedef QuarantineCache<Callback> CacheT;
+  typedef GlobalQuarantine<Callback, Node> ThisT;
 
----------------
this is the modern way do to typedefs
using ThisT = GlobalQuarantine<Callback, Node> ;



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104402/new/

https://reviews.llvm.org/D104402



More information about the llvm-commits mailing list