[all-commits] [llvm/llvm-project] 502280: [Verifier] Pass raw_ostream as pointer instead of ...

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Tue Aug 1 01:58:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 502280ed3561e76443ac58e634d3d6468224dd48
      https://github.com/llvm/llvm-project/commit/502280ed3561e76443ac58e634d3d6468224dd48
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2023-08-01 (Tue, 01 Aug 2023)

  Changed paths:
    M llvm/include/llvm/ADT/GenericConvergenceVerifier.h
    M llvm/lib/IR/Verifier.cpp

  Log Message:
  -----------
  [Verifier] Pass raw_ostream as pointer instead of reference

This can be nullptr and ubsan found a couple of cases in LLVM's unit
tests.


  Commit: 3eebf005ca0744227e737672441a52f3ea2f8aec
      https://github.com/llvm/llvm-project/commit/3eebf005ca0744227e737672441a52f3ea2f8aec
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2023-08-01 (Tue, 01 Aug 2023)

  Changed paths:
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [bazel][mlir] Port 9e1b8253214572fea7b7f90f9f8dff28f75444bc


Compare: https://github.com/llvm/llvm-project/compare/9d927d039728...3eebf005ca07


More information about the All-commits mailing list