[all-commits] [llvm/llvm-project] ef83c2: [nsan] Fix style issue

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu Jun 20 00:46:32 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef83c25b0e56438d1697138915273dc71b8acf82
      https://github.com/llvm/llvm-project/commit/ef83c25b0e56438d1697138915273dc71b8acf82
  Author: Fangrui Song <i at maskray.me>
  Date:   2024-06-20 (Thu, 20 Jun 2024)

  Changed paths:
    M compiler-rt/lib/nsan/CMakeLists.txt
    R compiler-rt/lib/nsan/nsan.cc
    A compiler-rt/lib/nsan/nsan.cpp
    M compiler-rt/lib/nsan/nsan.h
    R compiler-rt/lib/nsan/nsan_flags.cc
    A compiler-rt/lib/nsan/nsan_flags.cpp
    R compiler-rt/lib/nsan/nsan_interceptors.cc
    A compiler-rt/lib/nsan/nsan_interceptors.cpp
    R compiler-rt/lib/nsan/nsan_stats.cc
    A compiler-rt/lib/nsan/nsan_stats.cpp
    M compiler-rt/lib/nsan/nsan_stats.h
    R compiler-rt/lib/nsan/nsan_suppressions.cc
    A compiler-rt/lib/nsan/nsan_suppressions.cpp
    M compiler-rt/lib/nsan/tests/NSanUnitTest.cpp

  Log Message:
  -----------
  [nsan] Fix style issue

The initial check-in of compiler-rt/lib/nsan #94322 has a lot of style
issues. Fix them before the history becomes more useful.

Pull Request: https://github.com/llvm/llvm-project/pull/96142



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list