[all-commits] [llvm/llvm-project] b3420a: [scudo][standalone] Code tidying (NFC)
Kostya Kortchinsky via All-commits
all-commits at lists.llvm.org
Mon Nov 2 16:00:59 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b3420adf5a8491b4c63b54c7750fbbb6368a0a23
https://github.com/llvm/llvm-project/commit/b3420adf5a8491b4c63b54c7750fbbb6368a0a23
Author: Kostya Kortchinsky <kostyak at google.com>
Date: 2020-11-02 (Mon, 02 Nov 2020)
Changed paths:
M compiler-rt/lib/scudo/standalone/memtag.h
M compiler-rt/lib/scudo/standalone/options.h
M compiler-rt/lib/scudo/standalone/primary32.h
M compiler-rt/lib/scudo/standalone/primary64.h
M compiler-rt/lib/scudo/standalone/secondary.h
M compiler-rt/lib/scudo/standalone/stack_depot.h
Log Message:
-----------
[scudo][standalone] Code tidying (NFC)
- we have clutter-reducing helpers for relaxed atomics that were barely
used, use them everywhere we can
- clang-format everything with a recent version
Differential Revision: https://reviews.llvm.org/D90649
More information about the All-commits
mailing list