[all-commits] [llvm/llvm-project] 05d46f: [NFC][sanitizer] Remove sanitizer_persistent_alloc...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Fri Oct 8 13:43:49 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 05d46f627c49ca9a576150be910a869034ced764
      https://github.com/llvm/llvm-project/commit/05d46f627c49ca9a576150be910a869034ced764
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-10-08 (Fri, 08 Oct 2021)

  Changed paths:
    M clang/docs/tools/clang-formatted-files.txt
    M compiler-rt/lib/sanitizer_common/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/sanitizer_chained_origin_depot.h
    R compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stackdepotbase.h
    M compiler-rt/lib/tsan/go/build.bat
    M compiler-rt/lib/tsan/go/buildgo.sh
    M llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn

  Log Message:
  -----------
  [NFC][sanitizer] Remove sanitizer_persistent_allocator.cpp

We need to make it a template


  Commit: d2aa34e8d91b25a3c469928f71668014b431643e
      https://github.com/llvm/llvm-project/commit/d2aa34e8d91b25a3c469928f71668014b431643e
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-10-08 (Fri, 08 Oct 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_chained_origin_depot.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_chained_origin_depot.h

  Log Message:
  -----------
  [NFC][sanitizer] Move ChainedOriginDepotNode into cpp file


Compare: https://github.com/llvm/llvm-project/compare/03bfddae5080...d2aa34e8d91b


More information about the All-commits mailing list