[PATCH] D90649: [scudo][standalone] Code tidying (NFC)

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 14:27:43 PST 2020


cryptoad created this revision.
cryptoad added reviewers: pcc, hctim, eugenis, cferris.
Herald added subscribers: Sanitizers, jfb.
Herald added a project: Sanitizers.
cryptoad requested review of this revision.

- we have clutter-reducing helpers for relaxed atomics that were barely used, use them everywhere we can
- clang-format everything with a recent version


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90649

Files:
  compiler-rt/lib/scudo/standalone/memtag.h
  compiler-rt/lib/scudo/standalone/options.h
  compiler-rt/lib/scudo/standalone/primary32.h
  compiler-rt/lib/scudo/standalone/primary64.h
  compiler-rt/lib/scudo/standalone/secondary.h
  compiler-rt/lib/scudo/standalone/stack_depot.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90649.302408.patch
Type: text/x-patch
Size: 6701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201102/f2c35efe/attachment.bin>


More information about the llvm-commits mailing list