[all-commits] [llvm/llvm-project] 8af7fa: [ASan][NFC] Refactor redzone size calculation
Marco Elver via All-commits
all-commits at lists.llvm.org
Fri Jun 12 06:33:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8af7fa07aa24656465cb76d2e300eb3162cd0ba2
https://github.com/llvm/llvm-project/commit/8af7fa07aa24656465cb76d2e300eb3162cd0ba2
Author: Marco Elver <elver at google.com>
Date: 2020-06-12 (Fri, 12 Jun 2020)
Changed paths:
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
Log Message:
-----------
[ASan][NFC] Refactor redzone size calculation
Refactor redzone size calculation. This will simplify changing the
redzone size calculation in future.
Note that AddressSanitizer.cpp violates the latest LLVM style guide in
various ways due to capitalized function names. Only code related to the
change here was changed to adhere to the style guide.
No functional change intended.
Reviewed By: andreyknvl
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D81367
More information about the All-commits
mailing list