[all-commits] [llvm/llvm-project] a1a37d: tsan: remove /**/ at the of multi-line macros

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Wed Jul 28 22:50:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a1a37ddc3f0e4d4002b0661e4870b1e949fd5d81
      https://github.com/llvm/llvm-project/commit/a1a37ddc3f0e4d4002b0661e4870b1e949fd5d81
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_interceptors.h
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface_ann.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface_java.cpp

  Log Message:
  -----------
  tsan: remove /**/ at the of multi-line macros

Prefer code readability over writeability.

Reviewed By: vitalybuka

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




More information about the All-commits mailing list