[all-commits] [llvm/llvm-project] 13a442: Enable -Wformat-pedantic and fix fallout.

Martin Liška via All-commits all-commits at lists.llvm.org
Fri Nov 5 05:12:59 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 13a442ca494dcd177e8ea134e4f713c90f71bd42
      https://github.com/llvm/llvm-project/commit/13a442ca494dcd177e8ea134e4f713c90f71bd42
  Author: Martin Liska <mliska at suse.cz>
  Date:   2021-11-05 (Fri, 05 Nov 2021)

  Changed paths:
    M compiler-rt/CMakeLists.txt
    M compiler-rt/lib/asan/asan_errors.cpp
    M compiler-rt/lib/asan/asan_fake_stack.cpp
    M compiler-rt/lib/asan/asan_globals.cpp
    M compiler-rt/lib/cfi/cfi.cpp
    M compiler-rt/lib/dfsan/dfsan.cpp
    M compiler-rt/lib/hwasan/hwasan_report.cpp
    M compiler-rt/lib/hwasan/hwasan_thread.cpp
    M compiler-rt/lib/memprof/memprof_thread.cpp
    M compiler-rt/lib/msan/msan.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cpp
    M compiler-rt/lib/xray/xray_x86_64.cpp

  Log Message:
  -----------
  Enable -Wformat-pedantic and fix fallout.

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




More information about the All-commits mailing list