[all-commits] [llvm/llvm-project] 036f96: scudo: fix __attribute__((format))

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Fri Aug 13 04:44:24 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 036f963083f0416a15ada2120dec8abd9177a8af
      https://github.com/llvm/llvm-project/commit/036f963083f0416a15ada2120dec8abd9177a8af
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-08-13 (Fri, 13 Aug 2021)

  Changed paths:
    M compiler-rt/lib/scudo/scudo_utils.cpp
    M compiler-rt/lib/scudo/scudo_utils.h

  Log Message:
  -----------
  scudo: fix __attribute__((format))

The attribute should be in the header on declaration.
It's almost pointless in the source file.

Depends on D107977.

Reviewed By: vitalybuka

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




More information about the All-commits mailing list