[all-commits] [llvm/llvm-project] ae9d04: [GWP-ASan] Cleanup (NFC)

Kostya Kortchinsky via All-commits all-commits at lists.llvm.org
Mon Oct 19 18:13:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ae9d0400283229032fb3795b7b50920bf9be38dc
      https://github.com/llvm/llvm-project/commit/ae9d0400283229032fb3795b7b50920bf9be38dc
  Author: Kostya Kortchinsky <kostyak at google.com>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
    M compiler-rt/lib/gwp_asan/crash_handler.cpp
    M compiler-rt/lib/gwp_asan/crash_handler.h
    M compiler-rt/lib/gwp_asan/definitions.h
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
    M compiler-rt/lib/gwp_asan/optional/segv_handler.h
    M compiler-rt/lib/gwp_asan/optional/segv_handler_posix.cpp
    M compiler-rt/lib/gwp_asan/platform_specific/common_posix.cpp
    M compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp
    M compiler-rt/lib/gwp_asan/random.cpp
    M compiler-rt/lib/gwp_asan/utilities.h

  Log Message:
  -----------
  [GWP-ASan] Cleanup (NFC)

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`)

Differential Revision: https://reviews.llvm.org/D89721




More information about the All-commits mailing list