[all-commits] [llvm/llvm-project] 163003: [Support] Forward GenCrashDiag argument from repor...

Alex Bradbury via All-commits all-commits at lists.llvm.org
Wed May 17 03:17:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 163003d3ba41187c06e8d6ada5952c753c5d73bb
      https://github.com/llvm/llvm-project/commit/163003d3ba41187c06e8d6ada5952c753c5d73bb
  Author: Alex Bradbury <asb at igalia.com>
  Date:   2023-05-17 (Wed, 17 May 2023)

  Changed paths:
    M llvm/lib/Support/Error.cpp

  Log Message:
  -----------
  [Support] Forward GenCrashDiag argument from report_fatal_error(Error, bool)

The boolean GenCrashDiag argument was previous just discarded, which
seems to be an oversight that existed when this overload was first
added.

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




More information about the All-commits mailing list