Cleaning up some of the GWP-ASan code base:
- lots of headers didn't have the correct file name
- adding #ifdef guard to utilities.h
- correcting an #ifdef guard based on actual file name
- removing an extra ;
- clang-format'ing the code (-style=llvm)
Paths
| Differential D89721
[GWP-ASan] Cleanup (NFC) ClosedPublic Authored by cryptoad on Oct 19 2020, 11:55 AM.
Details
Summary Cleaning up some of the GWP-ASan code base:
Diff Detail
Event TimelineComment Actions LGTM w/ one discrepancy
This revision is now accepted and ready to land.Oct 19 2020, 12:17 PM
Comment Actions LGTM
This revision was landed with ongoing or failed builds.Oct 19 2020, 6:13 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 299231 compiler-rt/lib/gwp_asan/crash_handler.h
compiler-rt/lib/gwp_asan/crash_handler.cpp
compiler-rt/lib/gwp_asan/definitions.h
compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
compiler-rt/lib/gwp_asan/optional/segv_handler.h
compiler-rt/lib/gwp_asan/optional/segv_handler_posix.cpp
compiler-rt/lib/gwp_asan/platform_specific/common_posix.cpp
compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp
compiler-rt/lib/gwp_asan/random.cpp
compiler-rt/lib/gwp_asan/utilities.h
|
my clang-format --style=LLVM uses doublespace after #else as well, but not after #endif. hmm...