[all-commits] [llvm/llvm-project] 44d037: Change type of DiagnosticHandlerTy (#86504)

Abhin P Jose via All-commits all-commits at lists.llvm.org
Tue Mar 26 09:11:17 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 44d037cc258dcf179d2c48c93996bb406ecd0fae
      https://github.com/llvm/llvm-project/commit/44d037cc258dcf179d2c48c93996bb406ecd0fae
  Author: Abhin P Jose <abhinjose at live.com>
  Date:   2024-03-26 (Tue, 26 Mar 2024)

  Changed paths:
    M llvm/include/llvm/IR/DiagnosticHandler.h
    M llvm/unittests/Linker/LinkModulesTest.cpp
    M llvm/unittests/Support/ThreadPool.cpp

  Log Message:
  -----------
  Change type of DiagnosticHandlerTy (#86504)

Changing type of DiagnosticHandlerTy due to adding
-Wcast-function-type-mismatch to -Wextra
group(https://github.com/llvm/llvm-project/pull/86131#issuecomment-2018014179).
Changed the reference argument DiagnosticInfo to a pointer and edited
the test cases failing due to this change. Added another small change
where Gtest api was throwing an warning due varargs argument not being
passed.



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